aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/security/handshake.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-02-25 15:35:54 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-02-25 15:35:54 -0800
commita0a63c7b4af720e3790509c35318590f52296a3d (patch)
tree06e368fc389840e06779809bf52b7bf1b62cb91d /src/core/security/handshake.h
parent8be227840333e3766cbdbc477d7ebc8bfe6c3d10 (diff)
parent2305a51cd67f39bc24cc20adc90269a58374a46d (diff)
Merge branch 'hide-the-pollset-set' into cleaner-posix2
Diffstat (limited to 'src/core/security/handshake.h')
-rw-r--r--src/core/security/handshake.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/security/handshake.h b/src/core/security/handshake.h
index 44215d16ef..db8b374921 100644
--- a/src/core/security/handshake.h
+++ b/src/core/security/handshake.h
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2015, Google Inc.
+ * Copyright 2015-2016, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -41,6 +41,7 @@
void grpc_do_security_handshake(grpc_exec_ctx *exec_ctx,
tsi_handshaker *handshaker,
grpc_security_connector *connector,
+ bool is_client_side,
grpc_endpoint *nonsecure_endpoint,
grpc_security_handshake_done_cb cb,
void *user_data);