From 44e973734251f40eac81d612124f655ba8f870ce Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Sun, 3 Jan 2016 22:07:27 +1100 Subject: [PATCH] Update stats in cknode mode --- src/stratifier.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stratifier.c b/src/stratifier.c index 55bdf65c..35c922ea 100644 --- a/src/stratifier.c +++ b/src/stratifier.c @@ -6561,7 +6561,7 @@ int stratifier(proc_instance_t *pi) } mutex_init(&sdata->stats_lock); - if (!ckp->passthrough) + if (!ckp->passthrough || ckp->node) create_pthread(&pth_statsupdate, statsupdate, ckp); mutex_init(&sdata->share_lock);