| 96 | } |
| 97 | |
| 98 | int PhxBinLogAgent::SetExportIP(const string &export_ip, const uint32_t &port) { |
| 99 | return agent_manager_->SetExportIP(export_ip, port); |
| 100 | } |
| 101 | |
| 102 | int 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); |
nothing calls this directly
no outgoing calls
no test coverage detected