aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp-api/client/libvppapiclient.map
diff options
context:
space:
mode:
authorOle Troan <ot@cisco.com>2018-10-22 09:41:29 +0200
committerDamjan Marion <dmarion@me.com>2018-10-22 08:27:17 +0000
commit8254018c21bbdbbc11225ebc444b1d072606caf7 (patch)
tree7f6a9989040e3480cce09910b9f3a6b6a76db899 /src/vpp-api/client/libvppapiclient.map
parentbe5a5dd904d4d25857c53a4b5dee7951f724e3e2 (diff)
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 <ot@cisco.com>
Diffstat (limited to 'src/vpp-api/client/libvppapiclient.map')
-rw-r--r--src/vpp-api/client/libvppapiclient.map1
1 files changed, 1 insertions, 0 deletions
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: *;
};