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

Expand comment

parent 9d94b60c
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,10 @@ typedef struct {
grpc_mdctx *mdctx;
/** resolver for this channel */
grpc_resolver *resolver;
/** master channel */
/** master channel - the grpc_channel instance that ultimately owns
this channel_data via its channel stack.
We occasionally use this to bump the refcount on the master channel
to keep ourselves alive through an asynchronous operation. */
grpc_channel *master;
/** mutex protecting client configuration, including all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment