diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2018-11-21 16:34:09 -0800 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2018-11-22 06:35:16 +0000 |
commit | 5642109506e304c9817434b6f82616dcad83698f (patch) | |
tree | 3d77a8677a5d7e5bad4df8062a634cbe40d98e32 /src/vpp-api/client/libvppapiclient.map | |
parent | b4515b4be4ead1ea5d0af205989cf313272e8770 (diff) |
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 <pvinci@vinciconsulting.com>
Diffstat (limited to 'src/vpp-api/client/libvppapiclient.map')
-rw-r--r-- | src/vpp-api/client/libvppapiclient.map | 9 |
1 files changed, 8 insertions, 1 deletions
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; |