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/vlib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vlib/CMakeLists.txt') diff --git a/src/vlib/CMakeLists.txt b/src/vlib/CMakeLists.txt index c3dfba924a5..b187f980401 100644 --- a/src/vlib/CMakeLists.txt +++ b/src/vlib/CMakeLists.txt @@ -66,6 +66,7 @@ add_vpp_library(vlib cli_funcs.h cli.h counter.h + counter_types.h defs.h error_funcs.h error.h -- cgit 1.2.3-korg