summaryrefslogtreecommitdiffstats
path: root/polyp/core.h
diff options
context:
space:
mode:
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);