| 42 | } |
| 43 | |
| 44 | int AgentManager::SetExportIP(const string &export_ip, const uint32_t &port) { |
| 45 | return master_agent_->SetExportIP(export_ip, port); |
| 46 | } |
| 47 | |
| 48 | int AgentManager::SetHeartBeat(const uint32_t &flag) { |
| 49 | return master_agent_->SetHeartBeat(flag); |
nothing calls this directly
no outgoing calls
no test coverage detected