diff options
author | ncteisen <ncteisen@gmail.com> | 2017-11-17 13:31:56 -0800 |
---|---|---|
committer | ncteisen <ncteisen@gmail.com> | 2017-11-17 14:09:14 -0800 |
commit | 509aba4f60f790b470bbd44ec5830ea5404ce0df (patch) | |
tree | f691f8d73cf9577992f655e2f6f339e9d840dfb4 | |
parent | 66dfcf59190f5e2116edf972196c5107c9d563be (diff) |
Fix test builds
-rw-r--r-- | src/core/lib/iomgr/is_epollexclusive_available.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/is_epollexclusive_available.h b/src/core/lib/iomgr/is_epollexclusive_available.h index 1d2e133a3b..9ae9c5c191 100644 --- a/src/core/lib/iomgr/is_epollexclusive_available.h +++ b/src/core/lib/iomgr/is_epollexclusive_available.h @@ -21,6 +21,14 @@ #include <stdbool.h> +#ifdef __cplusplus +extern "C" { +#endif + bool grpc_is_epollexclusive_available(void); +#ifdef __cplusplus +} +#endif + #endif /* GRPC_CORE_LIB_IOMGR_IS_EPOLLEXCLUSIVE_AVAILABLE_H */ |