MCPcopy Create free account
hub / github.com/Tencent/phxqueue / IpPort

Class IpPort

phxqueue/lock/lockutils.h:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30
31struct IpPort {
32 std::string ip;
33 int port{-1};
34 IpPort() = default;
35 IpPort(const std::string &ip2, int port2) : ip(ip2), port(port2) {}
36};
37
38// TODO:
39//comm::RetCode GetAllIpPort(const int topic_id, const int group_id,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected