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

Method SetInstanceID

src/algorithm/base.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void Base :: SetInstanceID(const uint64_t llInstanceID)
51{
52 m_llInstanceID = llInstanceID;
53}
54
55void Base :: NewInstance()
56{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected