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

Method Base

src/algorithm/base.cpp:30–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28{
29
30Base :: Base(const Config * poConfig, const MsgTransport * poMsgTransport, const Instance * poInstance)
31{
32 m_poConfig = (Config *)poConfig;
33 m_poMsgTransport = (MsgTransport *)poMsgTransport;
34 m_poInstance = (Instance *)poInstance;
35
36 m_llInstanceID = 0;
37
38 m_bIsTestMode = false;
39}
40
41Base :: ~Base()
42{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected