X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvpp%2Fstats%2Fstats.c;h=6c6809e3b603d13b4776d0843dd1359d20a3ea29;hb=3288ed7234ad9b6d59d249f48dd1a2d06168bfd5;hp=ac364e88efda20b9bb2c3f0fc23af7c67462c57e;hpb=bf4be5730557c4280f2f9f8b7ef1a194716c82bd;p=vpp.git diff --git a/src/vpp/stats/stats.c b/src/vpp/stats/stats.c index ac364e88efd..6c6809e3b60 100644 --- a/src/vpp/stats/stats.c +++ b/src/vpp/stats/stats.c @@ -189,7 +189,7 @@ format_vnet_interface_simple_counters (u8 * s, va_list * args) return s; } -void +static void dslock (stats_main_t * sm, int release_hint, int tag) { u32 thread_index; @@ -222,7 +222,7 @@ stats_dslock_with_hint (int hint, int tag) dslock (sm, hint, tag); } -void +static void dsunlock (stats_main_t * sm) { u32 thread_index;