Commit ed85de18 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

refs #5507 clear kibbutz mutex


git-svn-id: file:///svn/toku/tokudb@48051 c7de825b-a66e-492c-adef-691d508d4ae1
parent 4d401f28
......@@ -34,7 +34,7 @@ struct kibbutz {
static void *work_on_kibbutz (void *);
KIBBUTZ toku_kibbutz_create (int n_workers) {
KIBBUTZ XMALLOC(k);
KIBBUTZ XCALLOC(k);
toku_mutex_init(&k->mutex, NULL);
toku_cond_init(&k->cond, NULL);
k->please_shutdown = false;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment