diff options
author | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-03-30 00:29:38 +0200 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-03-30 00:35:09 +0200 |
commit | 8cef483119da184d631634bc98b5236ac54c30ae (patch) | |
tree | 3a9e844b477bd99bd5e207d01dce4068981e37b4 /src/lib/CMakeLists.txt | |
parent | 1e83a165d50aacc4e1146186c5691be3326368ca (diff) | |
download | ouroboros-8cef483119da184d631634bc98b5236ac54c30ae.tar.gz ouroboros-8cef483119da184d631634bc98b5236ac54c30ae.zip |
lib: api for handling flows
moved the flow definition to the library and made it public.
thread-safety implemented without compiler checks.
Diffstat (limited to 'src/lib/CMakeLists.txt')
-rw-r--r-- | src/lib/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/CMakeLists.txt b/src/lib/CMakeLists.txt index 42a4d5c0..7a78bf3e 100644 --- a/src/lib/CMakeLists.txt +++ b/src/lib/CMakeLists.txt @@ -21,6 +21,7 @@ set(SOURCE_FILES da.c dev.c du_buff.c + flow.c ipcp.c irm.c list.c |