add option to disallow module loading after startup

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@177 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2004-09-03 22:44:55 +00:00
parent 4a9239f808
commit fb962b67db
8 changed files with 34 additions and 10 deletions

View file

@ -69,6 +69,8 @@ struct pa_core* pa_core_new(struct pa_mainloop_api *m) {
c->subscriptions = NULL;
c->memblock_stat = pa_memblock_stat_new();
c->disallow_module_loading = 0;
pa_check_for_sigpipe();