Fix Build-Depends in debian/control
[senf.git] / Scheduler / EventManager.cc
index aaf1622..30ac6d2 100644 (file)
@@ -29,7 +29,7 @@
 // Custom includes
 #include <boost/format.hpp>
 #include "../Utils/membind.hh"
-#include "Console/Console.hh"
+#include "../Utils/Console/Console.hh"
 #include "FIFORunner.hh"
 
 //#include "EventManager.mpp"
@@ -43,11 +43,18 @@ prefix_ senf::scheduler::detail::EventManager::EventManager()
         .doc("List all scheduler events sorted by priority\n"
              "\n"
              "Columns:\n"
-             "    TP      event type: fd - file descriptor, tm - timer, si - UNIX signal\n"
+             "    TP      event type:\n"
+             "              fd  file descriptor\n"
+             "              tm  timer\n"
+             "              si  UNIX signal\n"
+             "              ee  event hook\n"
              "    NAME    descriptive event name\n"
              "    ADDRESS address of event class instance\n"
              "    RUNCNT  number of times, the event was called\n"
-             "    S       state: R - runnable, W - Waiting, '-' - event disabled\n"
+             "    S       state:\n"
+             "              R  runnable\n"
+             "              W  waiting\n"
+             "              -  event disabled\n"
              "    INFO    further event specific information");
 
     senf::console::sysdir().add("scheduler", consoleDir_());