X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvpp%2Fstats%2Fstat_segment_provider.c;h=30e03be45b99504d5fdb4f6747626c79b9468fb4;hb=c30157811e4c8e870d2680b08ecd3a38dff2d53b;hp=766261ce0e09e2c0373101557084a8ca8faa60e7;hpb=40ba69271b27beca78eb8e4dbc5b13c05100299a;p=vpp.git diff --git a/src/vpp/stats/stat_segment_provider.c b/src/vpp/stats/stat_segment_provider.c index 766261ce0e0..30e03be45b9 100644 --- a/src/vpp/stats/stat_segment_provider.c +++ b/src/vpp/stats/stat_segment_provider.c @@ -63,7 +63,7 @@ stat_provider_mem_usage_update_fn (stat_segment_directory_entry_t *e, cb[STAT_MEM_RELEASABLE] = usage.bytes_overhead; } -static counter_t ** +counter_t ** stat_validate_counter_vector3 (counter_t **counters, u32 max1, u32 max2) { stat_segment_main_t *sm = &stat_segment_main;