From 932abf48a3fd0757a05bdbae4038c20fd521f312 Mon Sep 17 00:00:00 2001 From: Vijay Pai Date: Wed, 31 Oct 2018 01:02:07 -0700 Subject: Address reviewer comments. --- include/grpcpp/impl/codegen/client_callback.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/grpcpp/impl/codegen/client_callback.h') diff --git a/include/grpcpp/impl/codegen/client_callback.h b/include/grpcpp/impl/codegen/client_callback.h index ecb00a0769..4baa819091 100644 --- a/include/grpcpp/impl/codegen/client_callback.h +++ b/include/grpcpp/impl/codegen/client_callback.h @@ -84,7 +84,7 @@ class CallbackUnaryCallImpl { ops->AllowNoMessage(); ops->ClientSendClose(); ops->ClientRecvStatus(context, tag->status_ptr()); - ops->set_cq_tag(tag); + ops->set_core_cq_tag(tag); call.PerformOps(ops); } }; -- cgit v1.2.3