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

Method SetStartProposalID

src/algorithm/proposer.cpp:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150void Proposer :: SetStartProposalID(const uint64_t llProposalID)
151{
152 m_oProposerState.SetStartProposalID(llProposalID);
153}
154
155void Proposer :: InitForNewPaxosInstance()
156{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected