aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp/stats/stat_segment_provider.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpp/stats/stat_segment_provider.c')
-rw-r--r--src/vpp/stats/stat_segment_provider.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpp/stats/stat_segment_provider.c b/src/vpp/stats/stat_segment_provider.c
index 30e03be45b9..766261ce0e0 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;
}
-counter_t **
+static counter_t **
stat_validate_counter_vector3 (counter_t **counters, u32 max1, u32 max2)
{
stat_segment_main_t *sm = &stat_segment_main;