aboutsummaryrefslogtreecommitdiffstats
path: root/src/conf.h
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2005-03-09 03:13:33 +0000
committerWarren Dukes <warren.dukes@gmail.com>2005-03-09 03:13:33 +0000
commit4c7c6ca4a659519494af941af5adb90f8b01317a (patch)
tree0301a5a80f34fab059c15d4cca39938d8dca2833 /src/conf.h
parenta849136820badac142c299abfc8cfe65fbd64896 (diff)
downloadmpd-4c7c6ca4a659519494af941af5adb90f8b01317a.tar.gz
mpd-4c7c6ca4a659519494af941af5adb90f8b01317a.tar.xz
mpd-4c7c6ca4a659519494af941af5adb90f8b01317a.zip
*) add support for pid files
*) we now require pid_file to specified in the config *) new prefered method for killing mpd: mpd --kill *) cleaned up some nastiness with decode_pid handling git-svn-id: https://svn.musicpd.org/mpd/trunk@3042 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf.h b/src/conf.h
index ca9eb058e..36d7b429e 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -22,6 +22,7 @@
#include "../config.h"
#define CONF_PORT "port"
+#define CONF_PID_FILE "pid_file"
#define CONF_MUSIC_DIR "music_directory"
#define CONF_PLAYLIST_DIR "playlist_directory"
#define CONF_LOG_FILE "log_file"