summaryrefslogtreecommitdiffstats
path: root/polyp/core.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-09-03 22:44:55 +0000
committerLennart Poettering <lennart@poettering.net>2004-09-03 22:44:55 +0000
commitfb962b67dbeb54d1cdd453c6f902b7c679b9197f (patch)
tree8e74e21d2a976ca7c328ed698edeb0591dcea66e /polyp/core.h
parent4a9239f808b08cf391ded6052bab9cc499e4b505 (diff)
add option to disallow module loading after startup
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@177 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/core.h')
-rw-r--r--polyp/core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/polyp/core.h b/polyp/core.h
index a297d4e0..ffcd018b 100644
--- a/polyp/core.h
+++ b/polyp/core.h
@@ -46,6 +46,8 @@ struct pa_core {
struct pa_subscription *subscriptions;
struct pa_memblock_stat *memblock_stat;
+
+ int disallow_module_loading;
};
struct pa_core* pa_core_new(struct pa_mainloop_api *m);