mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
avbtp: add some more fields
Add ADP entries timeout
This commit is contained in:
parent
f470354e67
commit
dc44a61ef3
4 changed files with 202 additions and 77 deletions
|
|
@ -53,7 +53,7 @@ struct server_events {
|
|||
|
||||
void (*periodic) (void *data, uint64_t now);
|
||||
|
||||
int (*command) (void *data, const char *command, const char *args);
|
||||
int (*command) (void *data, uint64_t now, const char *command, const char *args);
|
||||
};
|
||||
|
||||
struct server {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue