X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FScheduler%2FTimerSource.hh;h=2acdce323f2f3c3dc02492e72ea44c9e7797250c;hb=78a6e233083efa63a9cd0684a92abc64202a9ee7;hp=8c4cbef43f8e8d570543dcb624f0b396871d6d7c;hpb=9cb871b939efe93e35dd96808d25089399acfc46;p=senf.git diff --git a/senf/Scheduler/TimerSource.hh b/senf/Scheduler/TimerSource.hh index 8c4cbef..2acdce3 100644 --- a/senf/Scheduler/TimerSource.hh +++ b/senf/Scheduler/TimerSource.hh @@ -92,7 +92,7 @@ namespace detail { virtual void disable(); }; -#ifdef HAVE_TIMERFD +#ifdef HAVE_TIMERFD_CREATE class TimerFDTimerSource : public detail::FdManager::Event, public TimerSource {