Merge pull request #19377 from veblush/channel-typo-fix

Fix typo of channelz proto
pull/19770/head
Esun Kim 5 years ago committed by GitHub
commit 252743df5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/proto/grpc/channelz/channelz.proto

@ -165,7 +165,7 @@ message ChannelRef {
reserved 3, 4, 5, 6, 7, 8; reserved 3, 4, 5, 6, 7, 8;
} }
// ChannelRef is a reference to a Subchannel. // SubchannelRef is a reference to a Subchannel.
message SubchannelRef { message SubchannelRef {
// The globally unique id for this subchannel. Must be a positive number. // The globally unique id for this subchannel. Must be a positive number.
int64 subchannel_id = 7; int64 subchannel_id = 7;

Loading…
Cancel
Save