0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-16 18:35:19 +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();
olock_init();
timer_init();
io_init();
rt_init();
if_init();

View File

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