aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/transport/transport.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-02-17 06:56:37 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-02-17 06:56:37 -0800
commitcf068a9ff7d3497342944cce29b09c688beaf86c (patch)
tree4a5e43dcbf25d87ae6aa9da368d4efbeafd4799d /src/core/lib/transport/transport.h
parentc84886b2754d77cd413313b1c3719e5f638b814e (diff)
parent2bc4cc4237f57933d00a56064e859151604a7187 (diff)
Merge branch 'bm_call_create' into deadline_mu
Diffstat (limited to 'src/core/lib/transport/transport.h')
-rw-r--r--src/core/lib/transport/transport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/lib/transport/transport.h b/src/core/lib/transport/transport.h
index 9a0abe1ca4..e56bf2780a 100644
--- a/src/core/lib/transport/transport.h
+++ b/src/core/lib/transport/transport.h
@@ -167,9 +167,9 @@ typedef struct grpc_transport_stream_op {
/***************************************************************************
* remaining fields are initialized and used at the discretion of the
- * transport implementation */
+ * current handler of the op */
- grpc_transport_private_op_data transport_private;
+ grpc_transport_private_op_data handler_private;
} grpc_transport_stream_op;
/** Transport op: a set of operations to perform on a transport as a whole */