0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 11:55:21 +00:00

Timers: Fix tests after timer change

This commit is contained in:
Ondrej Zajicek (work) 2017-06-13 15:55:13 +02:00
parent 49fc021337
commit 212eda07c4
2 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,7 @@ t_ev_run_list(void)
resource_init(); resource_init();
olock_init(); olock_init();
timer_init();
io_init(); io_init();
rt_init(); rt_init();
if_init(); if_init();

View File

@ -62,6 +62,7 @@ bt_bird_init(void)
resource_init(); resource_init();
olock_init(); olock_init();
timer_init();
io_init(); io_init();
rt_init(); rt_init();
if_init(); if_init();