summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sdeventplus/utility/timer.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sdeventplus/utility/timer.hpp b/src/sdeventplus/utility/timer.hpp
index 8865ba1..96c5b6b 100644
--- a/src/sdeventplus/utility/timer.hpp
+++ b/src/sdeventplus/utility/timer.hpp
@@ -18,6 +18,8 @@ namespace utility
* whether or not it has expired since creation or since the last
* clearExpired() or restart(). The concept of expiration is
* orthogonal to the callback mechanism and can be ignored.
+ *
+ * See example/heartbeat_timer.cpp for usage examples.
*/
template <ClockId Id>
class Timer
OpenPOWER on IntegriCloud