mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-12 13:30:15 -05:00
protocol-native: improve permission checks
This commit is contained in:
parent
eb0a561f8c
commit
e107d75248
3 changed files with 20 additions and 18 deletions
|
|
@ -33,9 +33,7 @@ extern "C" {
|
|||
|
||||
struct pw_protocol_native_demarshal {
|
||||
int (*func) (void *object, void *data, size_t size);
|
||||
|
||||
#define PW_PROTOCOL_NATIVE_PERM_W (1<<0)
|
||||
uint32_t flags;
|
||||
uint32_t permissions;
|
||||
};
|
||||
|
||||
/** \ref pw_protocol_native_ext methods */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue