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

Method Stop

src/algorithm/checkpoint_sender.cpp:62–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void CheckpointSender :: Stop()
63{
64 if (m_bIsStarted && !m_bIsEnded)
65 {
66 m_bIsEnd = true;
67 join();
68 }
69}
70
71void CheckpointSender :: End()
72{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected