summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/ribmgr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipcpd/normal/ribmgr.c')
-rw-r--r--src/ipcpd/normal/ribmgr.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/ipcpd/normal/ribmgr.c b/src/ipcpd/normal/ribmgr.c
index 05d881ea..f254bd50 100644
--- a/src/ipcpd/normal/ribmgr.c
+++ b/src/ipcpd/normal/ribmgr.c
@@ -3,7 +3,8 @@
*
* RIB manager of the IPC Process
*
- * Sander Vrijders <sander.vrijders@intec.ugent.be>
+ * Dimitri Staessens <dimitri.staessens@intec.ugent.be>
+ * Sander Vrijders <sander.vrijders@intec.ugent.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
@@ -32,11 +33,10 @@
#include <ouroboros/fqueue.h>
#include <ouroboros/rib.h>
-#include "timerwheel.h"
-#include "addr_auth.h"
-#include "ribmgr.h"
-#include "gam.h"
#include "ae.h"
+#include "gam.h"
+#include "ribconfig.h"
+#include "ribmgr.h"
#include <stdlib.h>
#include <pthread.h>
@@ -44,8 +44,6 @@
#include <errno.h>
#include <assert.h>
-#define BOOT_PATH "/" BOOT_NAME
-
struct {
flow_set_t * fs;
fqueue_t * fq;