diff options
author | Max Kellermann <max@duempel.org> | 2014-02-12 21:46:16 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-12 23:06:47 +0100 |
commit | ace4ba317105341364313d2d1e78b54829ae3883 (patch) | |
tree | ea13f8bf0a9c2882b0415767ba274c438867c789 /src/Idle.cxx | |
parent | 0935ae330abe4aca1b63d46eaaa2f8a67c06375f (diff) | |
download | mpd-ace4ba317105341364313d2d1e78b54829ae3883.tar.gz mpd-ace4ba317105341364313d2d1e78b54829ae3883.tar.xz mpd-ace4ba317105341364313d2d1e78b54829ae3883.zip |
StorageCommands: emit IDLE_MOUNT on successful "mount"
Add the new idle event to Idle.hxx/Idle.cxx.
Diffstat (limited to 'src/Idle.cxx')
-rw-r--r-- | src/Idle.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Idle.cxx b/src/Idle.cxx index 713454da5..8fe672200 100644 --- a/src/Idle.cxx +++ b/src/Idle.cxx @@ -46,6 +46,7 @@ static const char *const idle_names[] = { "subscription", "message", "neighbor", + "mount", nullptr }; |