]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/core.h
Make the shared memory segment size configurable
[pulseaudio] / src / pulsecore / core.h
index fb4490f2fc0a5386484ce5e948c770e69add4f80..39559082632cfe30a9cf352e46148f04d7fd068b 100644 (file)
@@ -141,7 +141,7 @@ enum {
     PA_CORE_MESSAGE_MAX
 };
 
-pa_core* pa_core_new(pa_mainloop_api *m, int shared);
+pa_core* pa_core_new(pa_mainloop_api *m, pa_bool_t shared, size_t shm_size);
 
 /* Check whether noone is connected to this core */
 void pa_core_check_idle(pa_core *c);