From ace4ba317105341364313d2d1e78b54829ae3883 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 12 Feb 2014 21:46:16 +0100 Subject: StorageCommands: emit IDLE_MOUNT on successful "mount" Add the new idle event to Idle.hxx/Idle.cxx. --- src/Idle.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Idle.cxx') 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 }; -- cgit v1.2.3