X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Scheduler%2FTimerEvent.hh;h=d44cd50cf00785ebe9a2e1bb98ee2c8e64da14dc;hb=82e8df5de8b11448423388632e8602ad97bc7885;hp=148fdcc007710b4e50b4ca8ef04cf6083ba92bd2;hpb=e0a922ad6bffd3a527321131a906c701588d86f4;p=senf.git diff --git a/Scheduler/TimerEvent.hh b/Scheduler/TimerEvent.hh index 148fdcc..d44cd50 100644 --- a/Scheduler/TimerEvent.hh +++ b/Scheduler/TimerEvent.hh @@ -116,6 +116,7 @@ namespace scheduler { \param[in] initiallyEnabled if set \c false, do not enable callback automatically. */ ClockService::clock_type timeout() const; + ///< Get current/last timeout value private: virtual void v_run();