From 6fa44063041765df752cdcf81ae990e47a37681a Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Fri, 13 May 2016 19:34:29 +0200 Subject: lib: implementation of read/write locks This adds read/write locks, allowing for concurrent reads on the locked datastructure. This is needed for the fast path. --- src/lib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/CMakeLists.txt') diff --git a/src/lib/CMakeLists.txt b/src/lib/CMakeLists.txt index 53a7b354..72e32512 100644 --- a/src/lib/CMakeLists.txt +++ b/src/lib/CMakeLists.txt @@ -32,6 +32,7 @@ set(SOURCE_FILES ipcp.c irm.c list.c + rw_lock.c shm_ap_rbuff.c shm_du_map.c sockets.c -- cgit v1.2.3