diff options
author | Sander Vrijders <[email protected]> | 2016-11-29 16:01:09 +0100 |
---|---|---|
committer | Sander Vrijders <[email protected]> | 2016-11-29 16:01:09 +0100 |
commit | fb4cf92a8f2d2e074d302f4b94385e5e95d6a7d4 (patch) | |
tree | 49a08df53780ec1903edf358cf331a6d6bbb7fce /src/ipcpd/normal/CMakeLists.txt | |
parent | 959882e45f430e59d089bf34ed455afafa08cf29 (diff) | |
download | ouroboros-fb4cf92a8f2d2e074d302f4b94385e5e95d6a7d4.tar.gz ouroboros-fb4cf92a8f2d2e074d302f4b94385e5e95d6a7d4.zip |
ipcpd: normal: Add helper functions for pathnames
This adds some helper functions to construct pathnames. Users of the
RIB manager may find these handy when constructing RIB objects.
Diffstat (limited to 'src/ipcpd/normal/CMakeLists.txt')
-rw-r--r-- | src/ipcpd/normal/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ipcpd/normal/CMakeLists.txt b/src/ipcpd/normal/CMakeLists.txt index c4525b1a..ca7e1ae2 100644 --- a/src/ipcpd/normal/CMakeLists.txt +++ b/src/ipcpd/normal/CMakeLists.txt @@ -30,6 +30,7 @@ set(SOURCE_FILES fmgr.c frct.c main.c + path.c ribmgr.c shm_pci.c # Add policies last |