diff options
author | Sander Vrijders <[email protected]> | 2017-01-09 16:06:48 +0100 |
---|---|---|
committer | Sander Vrijders <[email protected]> | 2017-01-09 16:06:48 +0100 |
commit | f0167930862e57a2aa22520cd574f0368cb1032c (patch) | |
tree | 7c83e79f7ddffd90ce94c43aac114ba8b96dd345 /src/ipcpd/normal/CMakeLists.txt | |
parent | 0b6a6d6445b5addcf38eb67a001b792456242481 (diff) | |
download | ouroboros-f0167930862e57a2aa22520cd574f0368cb1032c.tar.gz ouroboros-f0167930862e57a2aa22520cd574f0368cb1032c.zip |
ipcpd: normal: Add graph adjacency manager
This commit adds the graph adjacency manager to the normal IPCP, which
sets up N-1 flows to other members.
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 bdcb78ae..43059c3e 100644 --- a/src/ipcpd/normal/CMakeLists.txt +++ b/src/ipcpd/normal/CMakeLists.txt @@ -29,6 +29,7 @@ set(SOURCE_FILES dir.c fmgr.c frct.c + gam.c main.c pathname.c pff.c |