Skip to content
Snippets Groups Projects
Commit 9d94b60c authored by Craig Tiller's avatar Craig Tiller
Browse files

Expand comment

parent 684d8f60
Branches
Tags
No related merge requests found
...@@ -60,7 +60,8 @@ typedef struct { ...@@ -60,7 +60,8 @@ typedef struct {
/** master channel */ /** master channel */
grpc_channel *master; 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; gpr_mu mu_config;
/** currently active load balancer - guarded by mu_config */ /** currently active load balancer - guarded by mu_config */
grpc_lb_policy *lb_policy; grpc_lb_policy *lb_policy;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment