mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-10 13:29:58 -05:00
add new field running_as_daemon to pa_core
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@356 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
48b2a87ed8
commit
e4395c223d
3 changed files with 12 additions and 3 deletions
|
|
@ -59,7 +59,7 @@ struct pa_core {
|
|||
|
||||
struct pa_memblock_stat *memblock_stat;
|
||||
|
||||
int disallow_module_loading;
|
||||
int disallow_module_loading, running_as_daemon;
|
||||
int exit_idle_time, module_idle_time, scache_idle_time;
|
||||
|
||||
struct pa_time_event *quit_event;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue