aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-12-14 21:51:38 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-12-14 21:51:38 -0800
commit1a423eff872a8a576f168bc564f9c567f292b0aa (patch)
tree49cc884bc64c083a5217a02679de93c256b6fcfa /src/core/surface
parentb54a9ccd28ff82dd91d98ac842943549615155b4 (diff)
parentc10d68d27beaa0935918d0819cd776b98f7b8300 (diff)
Merge branch 'proxy-crash' into server_stall
Diffstat (limited to 'src/core/surface')
-rw-r--r--src/core/surface/completion_queue.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/surface/completion_queue.h b/src/core/surface/completion_queue.h
index d58fb1eb87..1e40c48bea 100644
--- a/src/core/surface/completion_queue.h
+++ b/src/core/surface/completion_queue.h
@@ -68,7 +68,8 @@ void grpc_cq_internal_unref(grpc_completion_queue *cc);
#endif
/* Flag that an operation is beginning: the completion channel will not finish
- shutdown until a corrensponding grpc_cq_end_* call is made */
+ shutdown until a corrensponding grpc_cq_end_* call is made.
+ \a tag is currently used only in debug builds. */
void grpc_cq_begin_op(grpc_completion_queue *cc, void *tag);
/* Queue a GRPC_OP_COMPLETED operation; tag must correspond to the tag passed to