Skip to content
Snippets Groups Projects
Commit 76cda039 authored by g0dil's avatar g0dil
Browse files

Scheduler: BUGFIX: replace incorrect use of 'int' with 'timer_t'

parent 89e5f014
No related branches found
No related tags found
No related merge requests found
...@@ -113,7 +113,7 @@ namespace scheduler { ...@@ -113,7 +113,7 @@ namespace scheduler {
TaskList tasks_; TaskList tasks_;
TaskList::iterator next_; TaskList::iterator next_;
int watchdogId_; timer_t watchdogId_;
std::string runningName_; std::string runningName_;
# ifdef SENF_DEBUG # ifdef SENF_DEBUG
std::string runningBacktrace_; std::string runningBacktrace_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment