Skip to content
Snippets Groups Projects
Commit 3d36a554 authored by Craig Tiller's avatar Craig Tiller
Browse files

Fix compile

parent c8d9b9c3
No related branches found
No related tags found
No related merge requests found
...@@ -306,7 +306,7 @@ static void test_connect(unsigned n) { ...@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment