diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/event/TimeoutMonitor.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/event/TimeoutMonitor.cxx b/src/event/TimeoutMonitor.cxx index cffad6b92..b1e7174eb 100644 --- a/src/event/TimeoutMonitor.cxx +++ b/src/event/TimeoutMonitor.cxx @@ -64,7 +64,9 @@ TimeoutMonitor::ScheduleSeconds(unsigned s) void TimeoutMonitor::Run() { -#ifndef USE_EPOLL +#ifdef USE_EPOLL + active = true; +#else Cancel(); #endif |