Utils/Console: Add short help to 'ls' output
[senf.git] / Scheduler / TimerEvent.hh
index 493ae6a..d44cd50 100644 (file)
@@ -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();