提交 fd80f0b2 编写于 作者: L Liu Jicong

add wal back to vnode

上级 6b5d7e7d
......@@ -83,7 +83,7 @@ typedef struct {
#if 0
SSyncCfg syncCfg;
#endif
//SWalCfg walCfg;
SWalCfg walCfg;
void * qMgmt;
char * rootDir;
tsem_t sem;
......
......@@ -27,7 +27,7 @@ taos_queue vnodeAllocWriteQueue(SVnode *pVnode);
void vnodeFreeWriteQueue(taos_queue pQueue);
void vnodeProcessWriteMsg(SRpcMsg *pRpcMsg);
//int32_t vnodeProcessWalMsg(SVnode *pVnode, SWalHead *pHead);
int32_t vnodeProcessWalMsg(SVnode *pVnode, SWalHead *pHead);
void vnodeStartWrite(SVnode *pVnode);
void vnodeStopWrite(SVnode *pVnode);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册