aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/security/security_connector.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-05-30 11:08:34 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-05-30 11:08:34 -0700
commita2779c122ec3b2c3b6a475afa2ed18145d1f1b61 (patch)
tree4bb994c4e08e1c1ab30ad1841decbbf863e05548 /src/core/security/security_connector.h
parent8f17c6c0283aeb78b615580529e98f1a28bf3c77 (diff)
parentd7029e1ee3232fea606ab79b684e24294b7f8836 (diff)
Merge github.com:grpc/grpc into but-maybe-i-want-to-poll
Conflicts: Makefile
Diffstat (limited to 'src/core/security/security_connector.h')
-rw-r--r--src/core/security/security_connector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/security/security_connector.h b/src/core/security/security_connector.h
index 87b7ca9b8b..0617041448 100644
--- a/src/core/security/security_connector.h
+++ b/src/core/security/security_connector.h
@@ -77,6 +77,7 @@ struct grpc_security_connector {
gpr_refcount refcount;
int is_client_side;
const char *url_scheme;
+ grpc_auth_context *auth_context; /* Populated after the peer is checked. */
};
/* Increments the refcount. */