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. --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/Makefile.am (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am new file mode 100644 index 000000000..f7cfd549f --- /dev/null +++ b/tests/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = timer -- cgit v1.2.3