summaryrefslogtreecommitdiff
path: root/lib/event_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/event_test.c')
-rw-r--r--lib/event_test.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/event_test.c b/lib/event_test.c
index 9dda3e2a..5385011a 100644
--- a/lib/event_test.c
+++ b/lib/event_test.c
@@ -15,7 +15,7 @@
#include "nest/locks.h"
#include "sysdep/unix/unix.h"
#include "nest/iface.h"
-#include "nest/route.h"
+#include "nest/rt.h"
#define MAX_NUM 4
@@ -48,19 +48,15 @@ init_event_check_points(void)
event_check_points[i] = 0;
}
-void resource_sys_init(void);
-
static int
t_ev_run_list(void)
{
int i;
- resource_sys_init();
- resource_init();
olock_init();
birdloop_init();
- io_init();
rt_init();
+ io_init();
if_init();
// roa_init();
config_init();