aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/security/credentials.h
diff options
context:
space:
mode:
authorGravatar Julien Boeuf <jboeuf@google.com>2015-07-19 21:56:02 -0700
committerGravatar Julien Boeuf <jboeuf@google.com>2015-07-19 21:56:02 -0700
commit6bdc9b47bc6dc5eeb296d66adf2d0789759aba37 (patch)
treee340ce6cb34c2dfa3e2964b54f106cc739750157 /src/core/security/credentials.h
parenta87d6c2af6a8bbad50d9ad639873357fd824b791 (diff)
Getting started on metadata processor set on server creds.
Diffstat (limited to 'src/core/security/credentials.h')
-rw-r--r--src/core/security/credentials.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/security/credentials.h b/src/core/security/credentials.h
index 664524522b..cee04b2120 100644
--- a/src/core/security/credentials.h
+++ b/src/core/security/credentials.h
@@ -208,6 +208,7 @@ typedef struct {
struct grpc_server_credentials {
const grpc_server_credentials_vtable *vtable;
const char *type;
+ grpc_auth_metadata_processor processor;
};
grpc_security_status grpc_server_credentials_create_security_connector(