Merge pull request #18489 from markdroth/c++_client_channel_channel_data

Convert client_channel channel_data to C++
reviewable/pr18490/r2
Mark D. Roth 6 years ago committed by GitHub
commit acfe2a0b16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1068
      src/core/ext/filters/client_channel/client_channel.cc
  2. 2
      src/core/ext/filters/client_channel/client_channel_channelz.cc

File diff suppressed because it is too large Load Diff

@ -49,8 +49,8 @@ ClientChannelNode::ClientChannelNode(grpc_channel* channel,
: ChannelNode(channel, channel_tracer_max_nodes, is_top_level_channel) {
client_channel_ =
grpc_channel_stack_last_element(grpc_channel_get_channel_stack(channel));
grpc_client_channel_set_channelz_node(client_channel_, this);
GPR_ASSERT(client_channel_->filter == &grpc_client_channel_filter);
grpc_client_channel_set_channelz_node(client_channel_, this);
}
void ClientChannelNode::PopulateConnectivityState(grpc_json* json) {

Loading…
Cancel
Save