aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/wakeup_fd_cv.h
diff options
context:
space:
mode:
authorGravatar Ken Payson <kpayson@google.com>2016-09-29 09:15:49 -0700
committerGravatar Ken Payson <kpayson@google.com>2016-09-29 09:15:49 -0700
commite02c7ed37b1f98ed95b8f47e053d4a617fd7c530 (patch)
treee3dc2441cb1d262be2afa7c259af5cfce05e28b2 /src/core/lib/iomgr/wakeup_fd_cv.h
parent31caabdead52000354c4fdd88b68bb3041ca8c4a (diff)
Broke cv polling into seperate engine
Diffstat (limited to 'src/core/lib/iomgr/wakeup_fd_cv.h')
-rw-r--r--src/core/lib/iomgr/wakeup_fd_cv.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/lib/iomgr/wakeup_fd_cv.h b/src/core/lib/iomgr/wakeup_fd_cv.h
index 22ee6c0bbe..e57fc28363 100644
--- a/src/core/lib/iomgr/wakeup_fd_cv.h
+++ b/src/core/lib/iomgr/wakeup_fd_cv.h
@@ -41,7 +41,7 @@
* A global table of cv wakeup fds is mantained. A cv wakeup fd is a negative
* file descriptor. poll() is then run in a background thread with only the
* real socket fds while we wait on a condition variable trigged by either the
- * poll() called or a wakeup_fd() call.
+ * poll() completion or a wakeup_fd() call.
*
*/
@@ -50,9 +50,6 @@
#include "src/core/lib/iomgr/wakeup_fd_posix.h"
-void grpc_global_cv_fd_table_init();
-void grpc_global_cv_fd_table_shutdown();
-
extern grpc_wakeup_fd_vtable grpc_cv_wakeup_fd_vtable;
#endif /* GRPC_CORE_LIB_IOMGR_WAKEUP_FD_CV_H */