Osmocom Mobile Switching Centre
Go to file
Holger Freyther 5f75598c28 Introduce a simple timer API....
One can use add_timer or schedule_timer to add a timer. After
the timeout time has been reached the callback will be called.
One can call add_time/schedule_timer and del_timer from within
the callback.
2008-12-27 09:42:59 +00:00
include Introduce a simple timer API.... 2008-12-27 09:42:59 +00:00
src Introduce a simple timer API.... 2008-12-27 09:42:59 +00:00
tests Introduce a simple timer API.... 2008-12-27 09:42:59 +00:00
Makefile.am Introduce a simple timer API.... 2008-12-27 09:42:59 +00:00
configure.in Introduce a simple timer API.... 2008-12-27 09:42:59 +00:00