diff options
author | Mark D. Roth <roth@google.com> | 2016-10-24 10:08:07 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2016-10-24 10:08:07 -0700 |
commit | 26b7be491866b1671a128326667643272ccedd2c (patch) | |
tree | 45f8e298f049e2c073f17df5b315b7ed2bff42bf | |
parent | f7d7fb2d32502df0f5ff2a3337c0f6d002e5902c (diff) |
Add block comment.
-rw-r--r-- | src/core/ext/client_channel/client_channel.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/ext/client_channel/client_channel.c b/src/core/ext/client_channel/client_channel.c index 52f60b6ebf..55bb877576 100644 --- a/src/core/ext/client_channel/client_channel.c +++ b/src/core/ext/client_channel/client_channel.c @@ -60,6 +60,10 @@ /* Client channel implementation */ +/************************************************************************* + * METHOD-CONFIG TABLE + */ + typedef enum { WAIT_FOR_READY_UNSET, WAIT_FOR_READY_FALSE, |