| 38 | } |
| 39 | |
| 40 | int AgentManager::GetMaster(string *master_ip, uint32_t *update_time, uint32_t *expire_time, uint32_t *version) { |
| 41 | return master_agent_->GetMaster(master_ip, update_time, expire_time, version); |
| 42 | } |
| 43 | |
| 44 | int AgentManager::SetExportIP(const string &export_ip, const uint32_t &port) { |
| 45 | return master_agent_->SetExportIP(export_ip, port); |
nothing calls this directly
no outgoing calls
no test coverage detected