mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
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:
parent
4a9239f808
commit
fb962b67db
8 changed files with 34 additions and 10 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue