Logger: use ClockService::now() as timeBase if empty timeFormat is given for a target
[senf.git] / senf / Scheduler / FIFORunner.hh
index 0b13363..2bd919d 100644 (file)
 // Custom includes
 #include <signal.h>
 #include <boost/utility.hpp>
-#include <boost/intrusive/ilist.hpp>
-#include <boost/intrusive/ilist_hook.hpp>
+#include <senf/boost_intrusive/ilist.hpp>
+#include <senf/boost_intrusive/ilist_hook.hpp>
 #include <senf/Utils/singleton.hh>
 #include "EventManager.hh"
 
 //#include "FIFORunner.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 namespace scheduler {
@@ -79,9 +79,7 @@ namespace detail {
 
             bool runnable_;
             Priority priority_;
-#       ifdef SENF_DEBUG
-            std::string backtrace_;
-#       endif
+            std::string backtrace_; // only used if SENF_BACKTRACE is defined.
 
             friend class FIFORunner;
         };
@@ -157,7 +155,7 @@ namespace detail {
 
 }}}
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #include "FIFORunner.cci"
 //#include "FIFORunner.ct"
 //#include "FIFORunner.cti"