diff options
author | Ole Troan <ot@cisco.com> | 2019-04-15 08:53:46 +0200 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-04-16 15:55:42 +0000 |
commit | cbb8f589638c2634b44ee2de24c76696f983645a (patch) | |
tree | b725f28fb93f7e3f2db26719821c761146eec9f7 /src/vpp-api/client/stat_client.h | |
parent | 47feb1146ec3b0e1cf2ebd83cd5211e1df261194 (diff) |
stats: Add name vectors to Python client
Change-Id: Ic62dfa0bf3e082a0b999026830c64a9c543da586
Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'src/vpp-api/client/stat_client.h')
-rw-r--r-- | src/vpp-api/client/stat_client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vpp-api/client/stat_client.h b/src/vpp-api/client/stat_client.h index 23087abe749..fb2adfe8f1f 100644 --- a/src/vpp-api/client/stat_client.h +++ b/src/vpp-api/client/stat_client.h @@ -73,6 +73,7 @@ void stat_segment_data_free (stat_segment_data_t * res); double stat_segment_heartbeat_r (stat_client_main_t * sm); double stat_segment_heartbeat (void); +char *stat_segment_index_to_name_r (uint32_t index, stat_client_main_t * sm); char *stat_segment_index_to_name (uint32_t index); #endif /* included_stat_client_h */ |