Fix compile

pull/10712/head
Craig Tiller 8 years ago
parent c8d9b9c343
commit 3d36a5542c
  1. 2
      test/core/iomgr/tcp_server_uv_test.c

@ -306,7 +306,7 @@ static void test_connect(unsigned n) {
static void destroy_pollset(grpc_exec_ctx *exec_ctx, void *p, static void destroy_pollset(grpc_exec_ctx *exec_ctx, void *p,
grpc_error *error) { grpc_error *error) {
grpc_pollset_destroy(p); grpc_pollset_destroy(exec_ctx, p);
} }
int main(int argc, char **argv) { int main(int argc, char **argv) {

Loading…
Cancel
Save