MCPcopy Create free account
hub / github.com/Tencent/phxpaxos / PauseCheckpointReplayer

Method PauseCheckpointReplayer

src/node/pnode.cpp:436–442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434}
435
436void PNode :: PauseCheckpointReplayer()
437{
438 for (auto & poGroup : m_vecGroupList)
439 {
440 poGroup->GetCheckpointReplayer()->Pause();
441 }
442}
443
444void PNode :: ContinueCheckpointReplayer()
445{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected