module-avb: check ptp management socket periodically

This commit is contained in:
Nils Tonnaett 2026-01-13 17:40:13 -08:00 committed by hackerman-kl
parent 4bc365cbb5
commit 54a9495715
6 changed files with 332 additions and 0 deletions

View file

@ -14,6 +14,7 @@ extern "C" {
#endif
struct server;
struct avb_gptp;
struct avb_mrp;
#define AVB_TSN_ETH 0x22f0
@ -114,6 +115,7 @@ struct server {
unsigned debug_messages:1;
struct avb_gptp *gptp;
struct avb_mrp *mrp;
struct avb_mmrp *mmrp;
struct avb_mvrp *mvrp;