mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 12:48:43 +00:00
Timers: Fix tests after timer change
This commit is contained in:
parent
49fc021337
commit
212eda07c4
@ -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();
|
||||||
|
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user