summaryrefslogtreecommitdiff
path: root/ev_vars.h
diff options
context:
space:
mode:
Diffstat (limited to 'ev_vars.h')
-rw-r--r--ev_vars.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ev_vars.h b/ev_vars.h
index 249aa2f..dbd3aac 100644
--- a/ev_vars.h
+++ b/ev_vars.h
@@ -55,6 +55,9 @@ VARx(ev_tstamp, backend_fudge) /* assumed typical timer resolution */
VAR (backend_modify, void (*backend_modify)(EV_P_ int fd, int oev, int nev))
VAR (backend_poll , void (*backend_poll)(EV_P_ ev_tstamp timeout))
+#if EV_USE_EVENTFD || EV_GENWRAP
+VARx(int, evfd)
+#endif
VAR (evpipe, int evpipe [2])
VARx(ev_io, pipeev)