| 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); |
| 104 | } |
| 105 | |
| 106 | int PhxBinLogAgent::SetHeartBeat(const uint32_t &flag) { |
| 107 | return agent_manager_->SetHeartBeat(flag); |
no outgoing calls
no test coverage detected