aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp/stats/stats.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpp/stats/stats.c')
-rw-r--r--src/vpp/stats/stats.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vpp/stats/stats.c b/src/vpp/stats/stats.c
index 66d9d32a314..f827fe9f85f 100644
--- a/src/vpp/stats/stats.c
+++ b/src/vpp/stats/stats.c
@@ -2474,12 +2474,12 @@ stats_thread_fn (void *arg)
pthread_sigmask (SIG_SETMASK, &s, 0);
}
+ clib_mem_set_heap (w->thread_mheap);
+
if (vec_len (tm->thread_prefix))
vlib_set_thread_name ((char *)
format (0, "%v_stats%c", tm->thread_prefix, '\0'));
- clib_mem_set_heap (w->thread_mheap);
-
while (1)
{
ip46_fib_stats_delay (sm, sm->stats_poll_interval_in_seconds,