diff --git a/include/asterisk/timing.h b/include/asterisk/timing.h index 659eb722907b6724c20fc8c98a56d221b6fc5e87..413e22031fd0f64995eec0c58c6fff67d07fb31d 100644 --- a/include/asterisk/timing.h +++ b/include/asterisk/timing.h @@ -43,6 +43,9 @@ 4) Multiple 'event types', so that the code using the timer can know whether the wakeup it received was due to a periodic trigger or a continuous trigger. + + \todo Create an implementation of this API for Linux based on the + following API: http://www.kernel.org/doc/man-pages/online/pages/man2/timerfd_create.2.html */ #ifndef _ASTERISK_TIMING_H