mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +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();
|
||||
olock_init();
|
||||
timer_init();
|
||||
io_init();
|
||||
rt_init();
|
||||
if_init();
|
||||
|
@ -62,6 +62,7 @@ bt_bird_init(void)
|
||||
|
||||
resource_init();
|
||||
olock_init();
|
||||
timer_init();
|
||||
io_init();
|
||||
rt_init();
|
||||
if_init();
|
||||
|
Loading…
Reference in New Issue
Block a user