From 35b6b94667daeb2246e1c68aafea6cb589acae75 Mon Sep 17 00:00:00 2001 From: Julien Boeuf <jboeuf@google.com> Date: Wed, 18 Nov 2015 22:12:29 -0800 Subject: [PATCH] Fixing node build. --- src/node/ext/call_credentials.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/ext/call_credentials.h b/src/node/ext/call_credentials.h index 1cd8d8dd5d..a9bfe30f94 100644 --- a/src/node/ext/call_credentials.h +++ b/src/node/ext/call_credentials.h @@ -84,7 +84,7 @@ typedef struct plugin_callback_data { void *user_data; } plugin_callback_data; -void plugin_get_metadata(void *state, const char *service_url, +void plugin_get_metadata(void *state, grpc_auth_metadata_context context, grpc_credentials_plugin_metadata_cb cb, void *user_data); -- GitLab