|
|
@ -8796,6 +8796,7 @@ void *stratifier(void *arg) |
|
|
|
create_pthread(&pth_statsupdate, statsupdate, ckp); |
|
|
|
create_pthread(&pth_statsupdate, statsupdate, ckp); |
|
|
|
|
|
|
|
|
|
|
|
mutex_init(&sdata->share_lock); |
|
|
|
mutex_init(&sdata->share_lock); |
|
|
|
|
|
|
|
if (!ckp->proxy) |
|
|
|
create_pthread(&pth_zmqnotify, zmqnotify, ckp); |
|
|
|
create_pthread(&pth_zmqnotify, zmqnotify, ckp); |
|
|
|
|
|
|
|
|
|
|
|
ckp->stratifier_ready = true; |
|
|
|
ckp->stratifier_ready = true; |
|
|
|