aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/security/context
diff options
context:
space:
mode:
authorGravatar Julien Boeuf <jboeuf@google.com>2016-08-25 21:22:55 -0700
committerGravatar Julien Boeuf <jboeuf@google.com>2016-08-25 21:22:55 -0700
commit2b2b345841be2f2d1fd220264c034bdf440eb0ca (patch)
treebb7cf1a98448af88a2398cd2386a8b13c34746ed /src/core/lib/security/context
parent6b93d46bb841200f100cb0dd7f8c6b62af445078 (diff)
Addressing feedback.
Diffstat (limited to 'src/core/lib/security/context')
-rw-r--r--src/core/lib/security/context/security_context.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/lib/security/context/security_context.h b/src/core/lib/security/context/security_context.h
index b2ffd4efc2..1e131a0c23 100644
--- a/src/core/lib/security/context/security_context.h
+++ b/src/core/lib/security/context/security_context.h
@@ -84,6 +84,11 @@ void grpc_auth_context_unref(grpc_auth_context *policy);
void grpc_auth_property_reset(grpc_auth_property *property);
+/* --- grpc_security_context_extension ---
+
+ Extension to the security context that may be set in a filter and accessed
+ later by a higher level method on a grpc_call object. */
+
typedef struct {
void *instance;
void (*destroy)(void *);