aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-30 20:46:17 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-30 20:46:17 +0000
commitac217589d1dea699b7eed5df3e94a60117d98fb1 (patch)
tree7e4e229d422e80334721cc1dd63c120d590aabb9 /include
parent91eb91bd9cd302964522b636a113e4da56d33f36 (diff)
Add a todo for a new timing API implementation that would work for Linux systems
as of kernel 2.6.25 and glibc 2.8 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@152990 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/timing.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/timing.h b/include/asterisk/timing.h
index 659eb7229..413e22031 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