X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Scheduler%2FTimerEvent.hh;h=d44cd50cf00785ebe9a2e1bb98ee2c8e64da14dc;hb=fd3a0e8ac95d1158e9ea661ddf9187b67c70169f;hp=493ae6ad15f6585d207075a261c19d9fd93c604e;hpb=bcbf09e13c018a2bf2391d3484450f3be84931eb;p=senf.git diff --git a/Scheduler/TimerEvent.hh b/Scheduler/TimerEvent.hh index 493ae6a..d44cd50 100644 --- a/Scheduler/TimerEvent.hh +++ b/Scheduler/TimerEvent.hh @@ -115,6 +115,8 @@ namespace scheduler { /**< \param[in] timeout new timeout time \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();