[asterisk-commits] russell: trunk r152990 - /trunk/include/asterisk/timing.h
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Oct 30 15:46:17 CDT 2008
Author: russell
Date: Thu Oct 30 15:46:17 2008
New Revision: 152990
URL: http://svn.digium.com/view/asterisk?view=rev&rev=152990
Log:
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
Modified:
trunk/include/asterisk/timing.h
Modified: trunk/include/asterisk/timing.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/timing.h?view=diff&rev=152990&r1=152989&r2=152990
==============================================================================
--- trunk/include/asterisk/timing.h (original)
+++ trunk/include/asterisk/timing.h Thu Oct 30 15:46:17 2008
@@ -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
More information about the asterisk-commits
mailing list