enh(sync): add mndSnapshotRead mndSnapshotApply
This commit is contained in:
parent
aa85781560
commit
8fa1096c5b
|
@ -58,7 +58,7 @@ void* mndSnapshotRead(struct SSyncFSM* pFsm, const SSnapshot* snapshot, void* it
|
||||||
} else {
|
} else {
|
||||||
pIter = iter;
|
pIter = iter;
|
||||||
}
|
}
|
||||||
pIter = sdbIterRead(pIter);
|
pIter = sdbIterRead(pIter, ppBuf, len);
|
||||||
return pIter;
|
return pIter;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue