aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/transport/chttp2_transport.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-06-08 13:13:00 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-06-08 13:13:00 -0700
commita3f6d58afff8273279cd08e565f77cab83673431 (patch)
tree912f7a25dc845aabf1602a3794d1b0b97cca1599 /src/core/transport/chttp2_transport.c
parenteefa549fb57498d6724bf10d9a4197e12e17e41a (diff)
Add some commentary
Diffstat (limited to 'src/core/transport/chttp2_transport.c')
-rw-r--r--src/core/transport/chttp2_transport.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/transport/chttp2_transport.c b/src/core/transport/chttp2_transport.c
index 1a59999598..bd259f7ae3 100644
--- a/src/core/transport/chttp2_transport.c
+++ b/src/core/transport/chttp2_transport.c
@@ -230,7 +230,9 @@ struct transport {
/* basic state management - what are we doing at the moment? */
gpr_uint8 reading;
gpr_uint8 writing;
+ /** are we calling back (via cb) with a channel-level event */
gpr_uint8 calling_back_channel;
+ /** are we calling back any grpc_transport_op completion events */
gpr_uint8 calling_back_ops;
gpr_uint8 destroying;
gpr_uint8 closed;