diff options
author | Ole Troan <ot@cisco.com> | 2018-09-04 13:19:12 +0200 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2018-09-17 10:07:27 +0000 |
commit | 58492a83722caf1c49977d73abf931418ce1f8f2 (patch) | |
tree | 0e2f7e031fbfa10c35448c9660292146aeb442b1 /src/vpp-api/CMakeLists.txt | |
parent | 40ea3f59dca497e5f4b5a8440a9c8c2e37396701 (diff) |
STATS: Dynamically mapped shared memory segment
Move from using a hash to a vector with offsets into shared memory.
Limit exposure of VPP data structures and include files to
external stats library and applications.
Change-Id: Ic06129f12d10cf4c4946a86d9bc734eacff2c7da
Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'src/vpp-api/CMakeLists.txt')
-rw-r--r-- | src/vpp-api/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vpp-api/CMakeLists.txt b/src/vpp-api/CMakeLists.txt index 872e9cc2187..0f2510d513d 100644 --- a/src/vpp-api/CMakeLists.txt +++ b/src/vpp-api/CMakeLists.txt @@ -20,8 +20,7 @@ add_vpp_library (vppapiclient client/client.c client/stat_client.c client/libvppapiclient.map - - LINK_LIBRARIES vppinfra vlibmemoryclient svm pthread m rt + LINK_LIBRARIES vppinfra vlibmemoryclient pthread ) add_dependencies(vppapiclient vpp_version_h api_headers) |