aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/ev_poll_posix.h
diff options
context:
space:
mode:
authorGravatar Ken Payson <kpayson@google.com>2016-10-13 12:26:01 -0700
committerGravatar Ken Payson <kpayson@google.com>2016-10-13 12:26:01 -0700
commit82e4ec741ba3e564d1223f0f20355a6e27e70136 (patch)
tree688c0764549453a65b6d7e02cdd2f50c275257be /src/core/lib/iomgr/ev_poll_posix.h
parent7e73f8c2d8f46f9ea3491a897345047bed7a0ea0 (diff)
Moved cv polling into ev_poll_posix.c
Diffstat (limited to 'src/core/lib/iomgr/ev_poll_posix.h')
-rw-r--r--src/core/lib/iomgr/ev_poll_posix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/ev_poll_posix.h b/src/core/lib/iomgr/ev_poll_posix.h
index 291736a2db..202ffca14c 100644
--- a/src/core/lib/iomgr/ev_poll_posix.h
+++ b/src/core/lib/iomgr/ev_poll_posix.h
@@ -37,5 +37,6 @@
#include "src/core/lib/iomgr/ev_posix.h"
const grpc_event_engine_vtable *grpc_init_poll_posix(void);
+const grpc_event_engine_vtable *grpc_init_poll_cv_posix(void);
#endif /* GRPC_CORE_LIB_IOMGR_EV_POLL_POSIX_H */