summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/dir.c
diff options
context:
space:
mode:
authordimitri staessens <dimitri.staessens@intec.ugent.be>2017-02-17 10:00:48 +0000
committerSander Vrijders <sander.vrijders@intec.ugent.be>2017-02-17 10:00:48 +0000
commitf5ca2eed99c8fa741e8d2e8385d1b4f10e433df8 (patch)
treec5e4af02e99a098dd123509cc67bfeb6efb6d69c /src/ipcpd/normal/dir.c
parent8cb5218438feaf455a297915d037675e3c3eea21 (diff)
parent645cf66af11ac36b81648f2e1eb3b1f5aeb7b544 (diff)
downloadouroboros-f5ca2eed99c8fa741e8d2e8385d1b4f10e433df8.tar.gz
ouroboros-f5ca2eed99c8fa741e8d2e8385d1b4f10e433df8.zip
Merged in dstaesse/ouroboros/be-ribmgr (pull request #378)0.4
ipcpd: Move RIB configuration to common header
Diffstat (limited to 'src/ipcpd/normal/dir.c')
-rw-r--r--src/ipcpd/normal/dir.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ipcpd/normal/dir.c b/src/ipcpd/normal/dir.c
index c67d303f..55d6e3f6 100644
--- a/src/ipcpd/normal/dir.c
+++ b/src/ipcpd/normal/dir.c
@@ -26,13 +26,12 @@
#include "dir.h"
#include "ipcp.h"
+#include "ribconfig.h"
#include <stdlib.h>
#include <string.h>
#include <assert.h>
-#define DIR_PATH "/" DIR_NAME
-
static char dir_path[RIB_MAX_PATH_LEN + 1];
static void dir_path_reset(void) {