diff options
author | Florin Coras <fcoras@cisco.com> | 2019-01-04 17:05:43 -0800 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2019-01-07 16:37:55 +0000 |
commit | 7baeb71f92826ee6ef02ab2c3d16484bb64d9301 (patch) | |
tree | d6c39a6276c6e067e4df24ecd0531417c1250b05 /src/vcl/CMakeLists.txt | |
parent | 8dc146e00098f1c5846d44a3ca5f8db6fbfaff0f (diff) |
vcl/ldp: add locked sessions shim layer
Moves LDP logic that allows sharing of sessions between multi-process
app workers into a separate VCL shim layer. Also refactors LDP to use
the new layer.
Change-Id: I8198b51eae7d099a8c486e36b29e3a0cb8cee8e9
Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'src/vcl/CMakeLists.txt')
-rw-r--r-- | src/vcl/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vcl/CMakeLists.txt b/src/vcl/CMakeLists.txt index abe1bf0a52a..cbf954fd933 100644 --- a/src/vcl/CMakeLists.txt +++ b/src/vcl/CMakeLists.txt @@ -20,6 +20,7 @@ add_vpp_library(vppcom vcl_bapi.c vcl_cfg.c vcl_private.c + vcl_locked.c LINK_LIBRARIES vppinfra svm vlibmemoryclient rt pthread @@ -43,6 +44,7 @@ add_vpp_headers(vcl ldp_glibc_socket.h vcl_test.h vppcom.h + vcl_locked.h ldp_socket_wrapper.h ) |