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

Method AddReject

src/algorithm/msg_counter.cpp:54–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void MsgCounter :: AddReject(const nodeid_t iNodeID)
55{
56 if (m_setRejectMsgNodeID.find(iNodeID) == m_setRejectMsgNodeID.end())
57 {
58 m_setRejectMsgNodeID.insert(iNodeID);
59 }
60}
61
62void MsgCounter :: AddPromiseOrAccept(const nodeid_t iNodeID)
63{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected