]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Timers: Fix tests after timer change
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 13 Jun 2017 13:55:13 +0000 (15:55 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 7 Dec 2017 12:49:27 +0000 (13:49 +0100)
lib/event_test.c
test/bt-utils.c

index 9217238964ccd36a125fb6c8033d936677630af3..e1215bbab6ac401b8b367f02702b28dc9b1c11bf 100644 (file)
@@ -55,6 +55,7 @@ t_ev_run_list(void)
 
   resource_init();
   olock_init();
+  timer_init();
   io_init();
   rt_init();
   if_init();
index aaeb77b857fc92092a1b75320487a7f4a9da87ba..571ef2fa9a1e8b69c63f1f7a83168f6bae9d6a30 100644 (file)
@@ -62,6 +62,7 @@ bt_bird_init(void)
 
   resource_init();
   olock_init();
+  timer_init();
   io_init();
   rt_init();
   if_init();