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

Method AddStateMachine

src/node/group.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void Group :: AddStateMachine(StateMachine * poSM)
112{
113 m_oInstance.AddStateMachine(poSM);
114}
115
116}
117

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected