pulse-server: use define for monitor flags

This commit is contained in:
Wim Taymans 2020-11-17 11:28:06 +01:00
parent 242cddd371
commit f818da96fc
2 changed files with 11 additions and 7 deletions

View file

@ -52,6 +52,10 @@
#define SCACHE_ENTRY_SIZE_MAX (1024*1024*16)
#define INDEX_MASK 0xffffu
#define MONITOR_FLAG (1u << 16)
#define EXTENSION_FLAG (1u << 17)
enum error_code {
ERR_OK = 0, /**< No error */
ERR_ACCESS, /**< Access failure */