summaryrefslogtreecommitdiffstats
path: root/polyp/core.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-09-16 00:08:02 +0000
committerLennart Poettering <lennart@poettering.net>2005-09-16 00:08:02 +0000
commite4395c223deea8803e2408b5ba57f52b4f65030f (patch)
treefbadef8b2d3b414cd5460de56810b25d9cec3db6 /polyp/core.h
parent48b2a87ed8ef8a40602f4c139432513a49eecf35 (diff)
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
Diffstat (limited to 'polyp/core.h')
-rw-r--r--polyp/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/core.h b/polyp/core.h
index 36604424..8ef66570 100644
--- a/polyp/core.h
+++ b/polyp/core.h
@@ -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;