mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
module-netjack2: small improvements
This commit is contained in:
parent
52bc7451fd
commit
f8aa18c88b
2 changed files with 86 additions and 79 deletions
|
|
@ -14,6 +14,7 @@ extern "C" {
|
|||
|
||||
struct nj2_session_params {
|
||||
char type[8]; /* packet type ('param') */
|
||||
#define NJ2_NETWORK_PROTOCOL 8
|
||||
uint32_t version; /* version */
|
||||
#define NJ2_ID_FOLLOWER_AVAILABLE 0 /* a follower is available */
|
||||
#define NJ2_ID_FOLLOWER_SETUP 1 /* follower configuration */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue