From f68978c41f13197171325d944f971db7d9d85a54 Mon Sep 17 00:00:00 2001 From: jiangtaoli2016 Date: Thu, 14 Sep 2017 09:18:24 -0700 Subject: Pass exec_ctx in TSI zero_copy_protector create --- src/core/tsi/transport_security_grpc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/core/tsi/transport_security_grpc.h') diff --git a/src/core/tsi/transport_security_grpc.h b/src/core/tsi/transport_security_grpc.h index 375a758888..ca6755c12f 100644 --- a/src/core/tsi/transport_security_grpc.h +++ b/src/core/tsi/transport_security_grpc.h @@ -30,7 +30,8 @@ extern "C" { assuming there is no fatal error. The caller is responsible for destroying the protector. */ tsi_result tsi_handshaker_result_create_zero_copy_grpc_protector( - const tsi_handshaker_result *self, size_t *max_output_protected_frame_size, + grpc_exec_ctx *exec_ctx, const tsi_handshaker_result *self, + size_t *max_output_protected_frame_size, tsi_zero_copy_grpc_protector **protector); /* -- tsi_zero_copy_grpc_protector object -- */ -- cgit v1.2.3