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

Method SetExportIP

phxbinlogsvr/core/agent/agent.cpp:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98int PhxBinLogAgent::SetExportIP(const string &export_ip, const uint32_t &port) {
99 return agent_manager_->SetExportIP(export_ip, port);
100}
101
102int PhxBinLogAgent::GetMaster(string *master_ip, uint32_t *update_time, uint32_t *expire_time, uint32_t *version) {
103 return agent_manager_->GetMaster(master_ip, update_time, expire_time, version);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected