summaryrefslogtreecommitdiffstats
path: root/polyp/daemon-conf.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-11-20 23:48:18 +0000
committerLennart Poettering <lennart@poettering.net>2004-11-20 23:48:18 +0000
commit3c77c6e7d3f597400b3ae10dd1228aabf1ad6280 (patch)
treeca1c3319c9ffc7004fdd85c47a66db1b0a4ed85c /polyp/daemon-conf.h
parentacc8b7890a0b3878b226f56454eeffc80843fdee (diff)
* remove autospawn lock file usage
* fix some compiler warnings * implement PID file support git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@296 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/daemon-conf.h')
-rw-r--r--polyp/daemon-conf.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/polyp/daemon-conf.h b/polyp/daemon-conf.h
index 9c278485..8a574272 100644
--- a/polyp/daemon-conf.h
+++ b/polyp/daemon-conf.h
@@ -29,7 +29,9 @@ enum pa_daemon_conf_cmd {
PA_CMD_HELP,
PA_CMD_VERSION,
PA_CMD_DUMP_CONF,
- PA_CMD_DUMP_MODULES
+ PA_CMD_DUMP_MODULES,
+ PA_CMD_KILL,
+ PA_CMD_CHECK
};
struct pa_daemon_conf {
@@ -42,7 +44,8 @@ struct pa_daemon_conf {
exit_idle_time,
module_idle_time,
scache_idle_time,
- auto_log_target;
+ auto_log_target,
+ use_pid_file;
char *script_commands, *dl_search_path, *default_script_file;
enum pa_log_target log_target;
int resample_method;