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

Method NewInstance

src/algorithm/instance.cpp:760–765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

758}
759
760void Instance :: NewInstance()
761{
762 m_oAcceptor.NewInstance();
763 m_oLearner.NewInstance();
764 m_oProposer.NewInstance();
765}
766
767const uint64_t Instance :: GetNowInstanceID()
768{

Callers

nothing calls this directly

Calls 1

NewInstanceMethod · 0.80

Tested by

no test coverage detected