diff --git a/src/core/channel/client_channel.c b/src/core/channel/client_channel.c index 1eab87d71493d97b1a98ef6313a3a11acbee51ca..e05bda7f2d13526f1e89f5e55f52dfbdf47b80b5 100644 --- a/src/core/channel/client_channel.c +++ b/src/core/channel/client_channel.c @@ -60,7 +60,8 @@ typedef struct { /** master channel */ grpc_channel *master; - /** mutex protecting client configuration, resolution state */ + /** mutex protecting client configuration, including all + variables below in this data structure */ gpr_mu mu_config; /** currently active load balancer - guarded by mu_config */ grpc_lb_policy *lb_policy;