aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-10-24 10:08:07 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-10-24 10:08:07 -0700
commit26b7be491866b1671a128326667643272ccedd2c (patch)
tree45f8e298f049e2c073f17df5b315b7ed2bff42bf
parentf7d7fb2d32502df0f5ff2a3337c0f6d002e5902c (diff)
Add block comment.
-rw-r--r--src/core/ext/client_channel/client_channel.c4
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,