aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/security/credentials/google_default
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-09-19 12:33:23 -0700
committerGravatar GitHub <noreply@github.com>2017-09-19 12:33:23 -0700
commita262f8fa79fd86238343c18911bbe3c5e1f767cd (patch)
tree9f117937c281501bb2df25b341831f2834296d1f /src/core/lib/security/credentials/google_default
parent574faf3b0523deec4815aac426843fa0a0fd787b (diff)
parent350a4239fe3a56fb20b3eea99badaf307c652ad5 (diff)
Merge pull request #12370 from ctiller/pollset_kick_stats
Pollset kick stats
Diffstat (limited to 'src/core/lib/security/credentials/google_default')
-rw-r--r--src/core/lib/security/credentials/google_default/google_default_credentials.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/lib/security/credentials/google_default/google_default_credentials.c b/src/core/lib/security/credentials/google_default/google_default_credentials.c
index a2a8e289ee..691d66df69 100644
--- a/src/core/lib/security/credentials/google_default/google_default_credentials.c
+++ b/src/core/lib/security/credentials/google_default/google_default_credentials.c
@@ -79,7 +79,8 @@ static void on_compute_engine_detection_http_response(grpc_exec_ctx *exec_ctx,
detector->is_done = 1;
GRPC_LOG_IF_ERROR(
"Pollset kick",
- grpc_pollset_kick(grpc_polling_entity_pollset(&detector->pollent), NULL));
+ grpc_pollset_kick(exec_ctx,
+ grpc_polling_entity_pollset(&detector->pollent), NULL));
gpr_mu_unlock(g_polling_mu);
}