We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71050bb commit 5b7341fCopy full SHA for 5b7341f
src/rpc/rpc_host_port.h
@@ -73,7 +73,7 @@ class TProtocol;
73
} else { \
74
_target.reserve(_obj.field.size()); \
75
for (const auto &addr : _obj.field) { \
76
- _target.emplace_back(host_port::from_address(addr)); \
+ _target.emplace_back(dsn::host_port::from_address(addr)); \
77
} \
78
79
} while (0)
0 commit comments