diff options
author | Max Kellermann <max@duempel.org> | 2013-08-06 21:31:59 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-08-07 10:56:33 +0200 |
commit | 930128a7ea11f7012131c4801b86b9b98a7aa9fb (patch) | |
tree | c7fa2375e3a99f5207c75e1fbcf533ab4aa5851c /src/GlobalEvents.hxx | |
parent | db447440ff8973961e1936a6a64ca4971eeeea57 (diff) |
SignalHandlers: move code to new class SignalMonitor
Diffstat (limited to 'src/GlobalEvents.hxx')
-rw-r--r-- | src/GlobalEvents.hxx | 5 |
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 }; |