From 58492a83722caf1c49977d73abf931418ce1f8f2 Mon Sep 17 00:00:00 2001 From: Ole Troan Date: Tue, 4 Sep 2018 13:19:12 +0200 Subject: 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 --- src/vpp/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/vpp/CMakeLists.txt') diff --git a/src/vpp/CMakeLists.txt b/src/vpp/CMakeLists.txt index feb75cf5a80..999b2808e87 100644 --- a/src/vpp/CMakeLists.txt +++ b/src/vpp/CMakeLists.txt @@ -113,9 +113,8 @@ add_vpp_executable(summary_stats_client add_vpp_executable(vpp_get_stats SOURCES app/vpp_get_stats.c - LINK_LIBRARIES vppapiclient vppinfra svm vlibmemoryclient + LINK_LIBRARIES vppapiclient vppinfra DEPENDS api_headers - NO_INSTALL ) add_vpp_executable(vpp_prometheus_export -- cgit 1.2.3-korg