From 1e83a165d50aacc4e1146186c5691be3326368ca Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Sun, 27 Mar 2016 14:17:40 +0200 Subject: ipcpd: flow structure for maintaining flows The flow structure can be used to maintain the status of flows in ipcp instances. It should probably not be exposed outside ipcpd's. It has a flag FLOW_MT_SAFE which includes locking in case the IPCP has a multithreaded implementation that may require it. --- src/ipcpd/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ipcpd/CMakeLists.txt') diff --git a/src/ipcpd/CMakeLists.txt b/src/ipcpd/CMakeLists.txt index bcb5b986..27d41801 100644 --- a/src/ipcpd/CMakeLists.txt +++ b/src/ipcpd/CMakeLists.txt @@ -9,6 +9,7 @@ set(SOURCE_FILES main.c pci.c shm_pci.c + flow.c ) add_executable (ipcpd ${SOURCE_FILES}) -- cgit v1.2.3