1
0
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:
Ondrej Zajicek (work)
2017-05-30 19:12:35 +02:00
parent 7c454d9186
commit 534215a18f
7 changed files with 379 additions and 322 deletions

View File

@@ -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();