mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-07-02 00:06:09 -04:00
module-avb: check ptp management socket periodically
This commit is contained in:
parent
4bc365cbb5
commit
54a9495715
6 changed files with 332 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue