]> code.delx.au - pulseaudio/blobdiff - src/daemon/daemon-conf.h
Make the shared memory segment size configurable
[pulseaudio] / src / daemon / daemon-conf.h
index 373924acfd821c08afeaefb51ed269cc63ed7e49..90329268e1cc1a1ae8844719a307cf608c6a30c7 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef foodaemonconfhfoo
 #define foodaemonconfhfoo
 
-/* $Id$ */
-
 /***
   This file is part of PulseAudio.
 
@@ -68,7 +66,9 @@ typedef struct pa_daemon_conf {
         no_cpu_limit,
         disable_shm,
         disable_remixing,
-        load_default_script_file;
+        disable_lfe_remixing,
+        load_default_script_file,
+        disallow_exit;
     int exit_idle_time,
         module_idle_time,
         scache_idle_time,
@@ -111,6 +111,7 @@ typedef struct pa_daemon_conf {
 
     unsigned default_n_fragments, default_fragment_size_msec;
     pa_sample_spec default_sample_spec;
+    size_t shm_size;
 } pa_daemon_conf;
 
 /* Allocate a new structure and fill it with sane defaults */