aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/call.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-04-24 16:00:06 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-04-24 16:00:06 -0700
commit916b152184d28e449efa5ab455dcb8c0b90407a6 (patch)
tree407bd583baf39f5d3d5c8730efad02dc04b3f8a5 /src/core/surface/call.h
parent872af0281eb14dc69493155e47e89fd42350c9ef (diff)
annotations - revert later
Diffstat (limited to 'src/core/surface/call.h')
-rw-r--r--src/core/surface/call.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/surface/call.h b/src/core/surface/call.h
index 199beb1738..f0c31e3a0d 100644
--- a/src/core/surface/call.h
+++ b/src/core/surface/call.h
@@ -93,8 +93,8 @@ grpc_call *grpc_call_create(grpc_channel *channel, grpc_completion_queue *cq,
void grpc_call_set_completion_queue(grpc_call *call, grpc_completion_queue *cq);
grpc_completion_queue *grpc_call_get_completion_queue(grpc_call *call);
-void grpc_call_internal_ref(grpc_call *call);
-void grpc_call_internal_unref(grpc_call *call, int allow_immediate_deletion);
+void grpc_call_internal_ref(grpc_call *call, const char *reason);
+void grpc_call_internal_unref(grpc_call *call, const char *reason, int allow_immediate_deletion);
grpc_call_error grpc_call_start_ioreq_and_call_back(
grpc_call *call, const grpc_ioreq *reqs, size_t nreqs,