提交 0c92bd6e 编写于 作者: H Hongze Cheng

make pass ci

上级 86ed5e56
......@@ -37,7 +37,7 @@ struct SVnodeGlobal vnodeGlobal;
static void* loop(void* arg);
static sem_t canCommit = {0};
static tsem_t canCommit = {0};
static void vnodeInitCommit() { tsem_init(&canCommit, 0, 4); };
void vnode_wait_commit() { tsem_wait(&canCommit); }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册