mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Timers: Split microsecond timers from BFD code to lib
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
#include "lib/resource.h"
|
||||
#include "lib/socket.h"
|
||||
#include "lib/event.h"
|
||||
#include "lib/timer.h"
|
||||
#include "lib/string.h"
|
||||
#include "nest/route.h"
|
||||
#include "nest/protocol.h"
|
||||
@@ -820,6 +821,7 @@ main(int argc, char **argv)
|
||||
log_switch(debug_flag, NULL, NULL);
|
||||
|
||||
resource_init();
|
||||
timer_init();
|
||||
olock_init();
|
||||
io_init();
|
||||
rt_init();
|
||||
|
Reference in New Issue
Block a user