From 5642109506e304c9817434b6f82616dcad83698f Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Wed, 21 Nov 2018 16:34:09 -0800 Subject: stat_client issues while running parallel tests. This patch addresses intermittent problems we saw in our CI while running parallel tests. Change-Id: Icb5fdb34cc134e3eb341225d56ab67fbbef80b0d Signed-off-by: Paul Vinciguerra --- src/vpp-api/client/libvppapiclient.map | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (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 cb3d18b4de0..79f150149b3 100644 --- a/src/vpp-api/client/libvppapiclient.map +++ b/src/vpp-api/client/libvppapiclient.map @@ -1,5 +1,5 @@ -VPPAPICLIENT_18.10 { +VPPAPICLIENT_19.01 { global: vac_read; vac_write; @@ -13,11 +13,18 @@ VPPAPICLIENT_18.10 { vac_free; vac_msg_table_size; api_main; + stat_client_get; + stat_client_free; + stat_segment_connect_r; stat_segment_connect; + stat_segment_disconnect_r; stat_segment_disconnect; + stat_segment_ls_r; stat_segment_ls; + stat_segment_dump_r; stat_segment_dump; stat_segment_data_free; + stat_segment_heartbeat_r; stat_segment_heartbeat; stat_segment_string_vector; stat_segment_vec_len; -- cgit 1.2.3-korg