aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2016-06-21 17:28:28 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2016-06-21 17:37:51 -0700
commit3131c269c14f97294ebf8b6e3d1a235d4acf3317 (patch)
tree60d737bcafbd752c2d0c89a2e7b36714ba67dfe5 /test
parentc3a9fae601142ec216dbce60944d6a00ae16db3b (diff)
Integrate with unified error reporting
Diffstat (limited to 'test')
-rw-r--r--test/core/iomgr/ev_epoll_linux_test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/core/iomgr/ev_epoll_linux_test.c b/test/core/iomgr/ev_epoll_linux_test.c
index 51da15faa7..034f17fd58 100644
--- a/test/core/iomgr/ev_epoll_linux_test.c
+++ b/test/core/iomgr/ev_epoll_linux_test.c
@@ -88,7 +88,8 @@ static void test_pollset_init(test_pollset *pollsets, int num_pollsets) {
}
}
-static void destroy_pollset(grpc_exec_ctx *exec_ctx, void *p, bool success) {
+static void destroy_pollset(grpc_exec_ctx *exec_ctx, void *p,
+ grpc_error *error) {
grpc_pollset_destroy(p);
}