From 5f75598c2804380ca07a5d52a411b5b64ba57fc3 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Sat, 27 Dec 2008 09:42:59 +0000 Subject: 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. --- configure.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 1c4070ccf..034972a43 100644 --- a/configure.in +++ b/configure.in @@ -16,4 +16,10 @@ AC_CHECK_HEADERS(mISDNif.h) dnl Checks for typedefs, structures and compiler characteristics -AC_OUTPUT(include/openbsc/Makefile include/Makefile src/Makefile Makefile) +AC_OUTPUT( + include/openbsc/Makefile + include/Makefile + src/Makefile + tests/Makefile + tests/timer/Makefile + Makefile) -- cgit v1.2.3