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 {
|
||||
pIter = iter;
|
||||
}
|
||||
pIter = sdbIterRead(pIter);
|
||||
pIter = sdbIterRead(pIter, ppBuf, len);
|
||||
return pIter;
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue