Scheduler: BUGFIX: replace incorrect use of 'int' with 'timer_t'
g0dil [Fri, 18 Jul 2008 08:03:50 +0000 (08:03 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@894 270642c3-0616-0410-b53a-bc976706d245

Scheduler/FIFORunner.hh

index 9121445..adf088f 100644 (file)
@@ -113,7 +113,7 @@ namespace scheduler {
 
         TaskList tasks_;
         TaskList::iterator next_;
-        int watchdogId_;
+        timer_t watchdogId_;
         std::string runningName_;
 #   ifdef SENF_DEBUG
         std::string runningBacktrace_;