Fix compile

pull/11866/head
Craig Tiller 7 years ago
parent 1f710e5831
commit 4aa2331958
  1. 2
      test/cpp/naming/resolver_component_test.cc

@ -202,7 +202,7 @@ void PollPollsetUntilRequestDone(ArgsStruct *args) {
GRPC_LOG_IF_ERROR(
"pollset_work",
grpc_pollset_work(&exec_ctx, args->pollset, &worker,
gpr_now(GPR_CLOCK_REALTIME), NSecondDeadline(1)));
grpc_timespec_to_millis_round_up(NSecondDeadline(1))));
gpr_mu_unlock(args->mu);
grpc_exec_ctx_finish(&exec_ctx);
}

Loading…
Cancel
Save