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

Method MsgCounter

src/algorithm/msg_counter.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27{
28
29MsgCounter :: MsgCounter(const Config * poConfig)
30{
31 m_poConfig = (Config *)poConfig;
32 StartNewRound();
33}
34
35MsgCounter :: ~MsgCounter()
36{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected