mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
protocol-native: add flags for future extensions
This commit is contained in:
parent
117db11f7e
commit
d99350635a
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ struct pw_protocol_native_message {
|
||||||
struct pw_protocol_native_demarshal {
|
struct pw_protocol_native_demarshal {
|
||||||
int (*func) (void *object, const struct pw_protocol_native_message *msg);
|
int (*func) (void *object, const struct pw_protocol_native_message *msg);
|
||||||
uint32_t permissions;
|
uint32_t permissions;
|
||||||
|
uint32_t flags;
|
||||||
};
|
};
|
||||||
|
|
||||||
/** \ref pw_protocol_native_ext methods */
|
/** \ref pw_protocol_native_ext methods */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue