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

Method NewInstance

src/algorithm/base.cpp:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void Base :: NewInstance()
56{
57 m_llInstanceID++;
58 InitForNewPaxosInstance();
59}
60
61const uint32_t Base :: GetLastChecksum() const
62{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected