MCPcopy Create free account
hub / github.com/Tencent/phxsql / SetHeartBeat

Method SetHeartBeat

phxbinlogsvr/core/handler/master_manager.cpp:130–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130void MasterManager::SetHeartBeat(const uint32_t &flag) {
131 AgentExternalMonitor::SetHeartBeat(flag);
132}
133
134void MasterManager::SetMemberList(const vector<string> &member_list) {
135 member_list_ = member_list;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected