add wal back to vnode
This commit is contained in:
parent
6b5d7e7d2a
commit
fd80f0b232
|
@ -83,7 +83,7 @@ typedef struct {
|
||||||
#if 0
|
#if 0
|
||||||
SSyncCfg syncCfg;
|
SSyncCfg syncCfg;
|
||||||
#endif
|
#endif
|
||||||
//SWalCfg walCfg;
|
SWalCfg walCfg;
|
||||||
void * qMgmt;
|
void * qMgmt;
|
||||||
char * rootDir;
|
char * rootDir;
|
||||||
tsem_t sem;
|
tsem_t sem;
|
||||||
|
|
|
@ -27,7 +27,7 @@ taos_queue vnodeAllocWriteQueue(SVnode *pVnode);
|
||||||
void vnodeFreeWriteQueue(taos_queue pQueue);
|
void vnodeFreeWriteQueue(taos_queue pQueue);
|
||||||
|
|
||||||
void vnodeProcessWriteMsg(SRpcMsg *pRpcMsg);
|
void vnodeProcessWriteMsg(SRpcMsg *pRpcMsg);
|
||||||
//int32_t vnodeProcessWalMsg(SVnode *pVnode, SWalHead *pHead);
|
int32_t vnodeProcessWalMsg(SVnode *pVnode, SWalHead *pHead);
|
||||||
|
|
||||||
void vnodeStartWrite(SVnode *pVnode);
|
void vnodeStartWrite(SVnode *pVnode);
|
||||||
void vnodeStopWrite(SVnode *pVnode);
|
void vnodeStopWrite(SVnode *pVnode);
|
||||||
|
|
Loading…
Reference in New Issue