aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/http_connect_handshaker.cc
diff options
context:
space:
mode:
authorGravatar Yihua Zhang <yihuaz@google.com>2018-10-02 19:21:32 -0700
committerGravatar Yihua Zhang <yihuaz@google.com>2018-10-02 19:21:32 -0700
commitc0fa62f2b6248e450a15b3e1f24e6dd5b6a28e91 (patch)
tree474d3358c56e5c83d9677efff611ad6a84732522 /src/core/ext/filters/client_channel/http_connect_handshaker.cc
parent95dc4f1b8dfe30c7b983147690f483e0894687fd (diff)
pass a pollset_set to ALTS TSI handshaker
Diffstat (limited to 'src/core/ext/filters/client_channel/http_connect_handshaker.cc')
-rw-r--r--src/core/ext/filters/client_channel/http_connect_handshaker.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ext/filters/client_channel/http_connect_handshaker.cc b/src/core/ext/filters/client_channel/http_connect_handshaker.cc
index 7ce8da8c00..bfabc68c66 100644
--- a/src/core/ext/filters/client_channel/http_connect_handshaker.cc
+++ b/src/core/ext/filters/client_channel/http_connect_handshaker.cc
@@ -351,6 +351,7 @@ static grpc_handshaker* grpc_http_connect_handshaker_create() {
static void handshaker_factory_add_handshakers(
grpc_handshaker_factory* factory, const grpc_channel_args* args,
+ grpc_pollset_set* interested_parties,
grpc_handshake_manager* handshake_mgr) {
grpc_handshake_manager_add(handshake_mgr,
grpc_http_connect_handshaker_create());