Searched refs:agentIpAddr_ (Results 1 – 2 of 2) sorted by relevance
60 std::string agentIpAddr_; variable
35 agentIpAddr_ = ""; in DistributedAgent()94 if (agentIpAddr_ != "") { in InitAgentServer()95 inet_pton(AF_INET, agentIpAddr_.c_str(), &addr.sin_addr); in InitAgentServer()