TD-2798
This commit is contained in:
parent
9ce66f4a5e
commit
dfae0127d3
|
@ -302,6 +302,8 @@ int32_t vnodeOpen(int32_t vgId) {
|
|||
syncInfo.startSyncFileFp = vnodeStartSyncFile;
|
||||
syncInfo.stopSyncFileFp = vnodeStopSyncFile;
|
||||
syncInfo.getVersionFp = vnodeGetVersion;
|
||||
syncInfo.sendFileFp = tsdbSyncSend;
|
||||
syncInfo.recvFileFp = tsdbSyncRecv;
|
||||
syncInfo.pTsdb = pVnode->tsdb;
|
||||
pVnode->sync = syncStart(&syncInfo);
|
||||
|
||||
|
|
Loading…
Reference in New Issue