diff options
author | Max Kellermann <max@duempel.org> | 2014-01-24 16:12:10 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-24 16:37:21 +0100 |
commit | 299ff2b23ffbd3c4511768f7bfbf427315b0650d (patch) | |
tree | 3526fed9c53eacabc5c2541bf6d69e58ddf8ca95 /src | |
parent | f8bfea8bae44134e8002db869fd4ec137d1c0d6e (diff) | |
download | mpd-299ff2b23ffbd3c4511768f7bfbf427315b0650d.tar.gz mpd-299ff2b23ffbd3c4511768f7bfbf427315b0650d.tar.xz mpd-299ff2b23ffbd3c4511768f7bfbf427315b0650d.zip |
move daemonization code to unix/
Diffstat (limited to '')
-rw-r--r-- | src/Main.cxx | 4 | ||||
-rw-r--r-- | src/unix/Daemon.cxx (renamed from src/Daemon.cxx) | 0 | ||||
-rw-r--r-- | src/unix/Daemon.hxx (renamed from src/Daemon.hxx) | 0 | ||||
-rw-r--r-- | src/unix/PidFile.hxx (renamed from src/PidFile.hxx) | 0 | ||||
-rw-r--r-- | src/unix/SignalHandlers.cxx (renamed from src/SignalHandlers.cxx) | 0 | ||||
-rw-r--r-- | src/unix/SignalHandlers.hxx (renamed from src/SignalHandlers.hxx) | 0 |
6 files changed, 2 insertions, 2 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index 94b510de3..912e28a62 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -41,7 +41,6 @@ #include "tag/TagConfig.hxx" #include "ReplayGainConfig.hxx" #include "Idle.hxx" -#include "SignalHandlers.hxx" #include "Log.hxx" #include "LogInit.hxx" #include "GlobalEvents.hxx" @@ -56,7 +55,8 @@ #include "decoder/DecoderList.hxx" #include "AudioConfig.hxx" #include "pcm/PcmConvert.hxx" -#include "Daemon.hxx" +#include "unix/SignalHandlers.hxx" +#include "unix/Daemon.hxx" #include "system/FatalError.hxx" #include "util/Error.hxx" #include "util/Domain.hxx" diff --git a/src/Daemon.cxx b/src/unix/Daemon.cxx index 490b2def5..490b2def5 100644 --- a/src/Daemon.cxx +++ b/src/unix/Daemon.cxx diff --git a/src/Daemon.hxx b/src/unix/Daemon.hxx index fe5681511..fe5681511 100644 --- a/src/Daemon.hxx +++ b/src/unix/Daemon.hxx diff --git a/src/PidFile.hxx b/src/unix/PidFile.hxx index a242c7810..a242c7810 100644 --- a/src/PidFile.hxx +++ b/src/unix/PidFile.hxx diff --git a/src/SignalHandlers.cxx b/src/unix/SignalHandlers.cxx index 4aef4fa71..4aef4fa71 100644 --- a/src/SignalHandlers.cxx +++ b/src/unix/SignalHandlers.cxx diff --git a/src/SignalHandlers.hxx b/src/unix/SignalHandlers.hxx index 551b373c1..551b373c1 100644 --- a/src/SignalHandlers.hxx +++ b/src/unix/SignalHandlers.hxx |