aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/iomgr/endpoint_tests.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-02-25 19:04:07 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-02-25 19:04:07 -0800
commit69b093b3601bb01bec66391e28cc9f76b7baf303 (patch)
tree5f62d43fa22138ee42d348248a5f723c1b7d3959 /test/core/iomgr/endpoint_tests.h
parent2596d8f7e786b22be2fba95c8ced4ec0ad017739 (diff)
Revert "Revert "Add an implementation firewall against pollset_set""
Diffstat (limited to 'test/core/iomgr/endpoint_tests.h')
-rw-r--r--test/core/iomgr/endpoint_tests.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/iomgr/endpoint_tests.h b/test/core/iomgr/endpoint_tests.h
index 700f854891..8ea47e345c 100644
--- a/test/core/iomgr/endpoint_tests.h
+++ b/test/core/iomgr/endpoint_tests.h
@@ -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
@@ -53,6 +53,6 @@ struct grpc_endpoint_test_config {
};
void grpc_endpoint_tests(grpc_endpoint_test_config config,
- grpc_pollset *pollset);
+ grpc_pollset *pollset, gpr_mu *mu);
#endif /* GRPC_TEST_CORE_IOMGR_ENDPOINT_TESTS_H */