pull/19463/head
Hope Casey-Allen 5 years ago
parent 7f666a25ff
commit 5a05ea0530
  1. 3
      src/core/ext/filters/client_channel/client_channel_channelz.cc

@ -47,7 +47,8 @@ void SubchannelNode::SetChildSocketUuid(intptr_t uuid) {
}
void SubchannelNode::PopulateConnectivityState(grpc_json* json) {
grpc_connectivity_state state = connectivity_state_.Load(MemoryOrder::RELAXED);
grpc_connectivity_state state =
connectivity_state_.Load(MemoryOrder::RELAXED);
json = grpc_json_create_child(nullptr, json, "state", nullptr,
GRPC_JSON_OBJECT, false);
grpc_json_create_child(nullptr, json, "state",

Loading…
Cancel
Save