aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/transport/transport.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-03 21:09:31 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-03-03 21:09:31 -0800
commit1bd9ea407fd673f6c795a524c6454bc5db339a85 (patch)
tree56b70599b0b9298cb15d04bd01055bd939bebefc /src/core/transport/transport.h
parent389297dedfe384246d4831a4fc33e7af7b0200e5 (diff)
Refine condition
Diffstat (limited to 'src/core/transport/transport.h')
-rw-r--r--src/core/transport/transport.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/transport/transport.h b/src/core/transport/transport.h
index 5a90bd6d38..ed6e121c9c 100644
--- a/src/core/transport/transport.h
+++ b/src/core/transport/transport.h
@@ -123,8 +123,7 @@ typedef struct grpc_transport_stream_op {
/** Transport op: a set of operations to perform on a transport as a whole */
typedef struct grpc_transport_op {
- /** Called when processing of this op is done.
- Only one transport_op is allowed to be outstanding at any time. */
+ /** Called when processing of this op is done. */
grpc_closure *on_consumed;
/** connectivity monitoring - set connectivity_state to NULL to unsubscribe */
grpc_closure *on_connectivity_state_change;