From 8254018c21bbdbbc11225ebc444b1d072606caf7 Mon Sep 17 00:00:00 2001 From: Ole Troan Date: Mon, 22 Oct 2018 09:41:29 +0200 Subject: stats: Add wrapper for vec_free The result vector from stat_segment_ls must be freed by the caller. Add wrapper for non-C language bindings. Change-Id: I7eee7f80ec98b41696d354add47b26978e12ef0f Signed-off-by: Ole Troan --- src/vpp-api/client/libvppapiclient.map | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vpp-api/client/libvppapiclient.map') diff --git a/src/vpp-api/client/libvppapiclient.map b/src/vpp-api/client/libvppapiclient.map index 00a26fbc90e..cb3d18b4de0 100644 --- a/src/vpp-api/client/libvppapiclient.map +++ b/src/vpp-api/client/libvppapiclient.map @@ -21,5 +21,6 @@ VPPAPICLIENT_18.10 { stat_segment_heartbeat; stat_segment_string_vector; stat_segment_vec_len; + stat_segment_vec_free; local: *; }; -- cgit 1.2.3-korg