aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/iomgr/endpoint_pair_test.c
diff options
context:
space:
mode:
authorGravatar David G. Quintas <dgq@google.com>2016-01-28 18:10:07 -0800
committerGravatar David G. Quintas <dgq@google.com>2016-01-28 18:10:07 -0800
commitee7e1c20edbab61182c0e1130bd13dc73c4884a9 (patch)
tree9cddd9cfb22dfe63547ba8cb3eae088f81722d0f /test/core/iomgr/endpoint_pair_test.c
parent7fbc0acf4ae9d0e719ea4917fbcbeca1d0b06b52 (diff)
parentc085e5c0614b6efc4a1fa1a9a6cc6b37fe0523ba (diff)
Merge pull request #4950 from ctiller/offload-racing
Preparatory changes for work shedding
Diffstat (limited to 'test/core/iomgr/endpoint_pair_test.c')
-rw-r--r--test/core/iomgr/endpoint_pair_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/iomgr/endpoint_pair_test.c b/test/core/iomgr/endpoint_pair_test.c
index ff590cf2d5..7e266ebfb9 100644
--- a/test/core/iomgr/endpoint_pair_test.c
+++ b/test/core/iomgr/endpoint_pair_test.c
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2015, Google Inc.
+ * Copyright 2015-2016, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -65,7 +65,7 @@ static grpc_endpoint_test_config configs[] = {
{"tcp/tcp_socketpair", create_fixture_endpoint_pair, clean_up},
};
-static void destroy_pollset(grpc_exec_ctx *exec_ctx, void *p, int success) {
+static void destroy_pollset(grpc_exec_ctx *exec_ctx, void *p, bool success) {
grpc_pollset_destroy(p);
}