diff options
author | Craig Tiller <ctiller@google.com> | 2015-07-01 14:23:18 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-07-01 14:23:18 -0700 |
commit | 9d94b60c0ab3a945576ef0cf7385be8eea6c99e2 (patch) | |
tree | b5d62d640f89b4162ce3780eb87251deff6ddcb7 | |
parent | 684d8f600d751c226ea70b0db92bc7d50c595bbf (diff) |
Expand comment
-rw-r--r-- | src/core/channel/client_channel.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/channel/client_channel.c b/src/core/channel/client_channel.c index 1eab87d714..e05bda7f2d 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; |