]> code.delx.au - pulseaudio/blobdiff - src/pulse/client-conf.h
Make the shared memory segment size configurable
[pulseaudio] / src / pulse / client-conf.h
index 7cc975e626d5d87bb1b27fa04b08a46ea173314a..4eac467ea6518115d5206355612e022dbeb371c4 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef fooclientconfhfoo
 #define fooclientconfhfoo
 
-/* $Id$ */
-
 /***
   This file is part of PulseAudio.
 
@@ -33,6 +31,7 @@ typedef struct pa_client_conf {
     pa_bool_t autospawn, disable_shm;
     uint8_t cookie[PA_NATIVE_COOKIE_LENGTH];
     pa_bool_t cookie_valid; /* non-zero, when cookie is valid */
+    size_t shm_size;
 } pa_client_conf;
 
 /* Create a new configuration data object and reset it to defaults */