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

Method SetExportIP

phxbinlogsvr/core/agent/agent_manager.cpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44int AgentManager::SetExportIP(const string &export_ip, const uint32_t &port) {
45 return master_agent_->SetExportIP(export_ip, port);
46}
47
48int AgentManager::SetHeartBeat(const uint32_t &flag) {
49 return master_agent_->SetHeartBeat(flag);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected