aboutsummaryrefslogtreecommitdiffstats
path: root/src/GlobalEvents.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-08-06 21:31:59 +0200
committerMax Kellermann <max@duempel.org>2013-08-07 10:56:33 +0200
commit930128a7ea11f7012131c4801b86b9b98a7aa9fb (patch)
treec7fa2375e3a99f5207c75e1fbcf533ab4aa5851c /src/GlobalEvents.hxx
parentdb447440ff8973961e1936a6a64ca4971eeeea57 (diff)
downloadmpd-930128a7ea11f7012131c4801b86b9b98a7aa9fb.tar.gz
mpd-930128a7ea11f7012131c4801b86b9b98a7aa9fb.tar.xz
mpd-930128a7ea11f7012131c4801b86b9b98a7aa9fb.zip
SignalHandlers: move code to new class SignalMonitor
Diffstat (limited to '')
-rw-r--r--src/GlobalEvents.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/GlobalEvents.hxx b/src/GlobalEvents.hxx
index fac116935..16de7e675 100644
--- a/src/GlobalEvents.hxx
+++ b/src/GlobalEvents.hxx
@@ -46,14 +46,13 @@ namespace GlobalEvents {
/** the current song's tag has changed */
TAG,
- /** SIGHUP received: reload configuration, roll log file */
- RELOAD,
-
/** a hardware mixer plugin has detected a change */
MIXER,
+#ifdef WIN32
/** shutdown requested */
SHUTDOWN,
+#endif
MAX
};