summaryrefslogtreecommitdiff
path: root/ev_vars.h
diff options
context:
space:
mode:
authorroot <root>2008-04-06 09:53:16 +0000
committerroot <root>2008-04-06 09:53:16 +0000
commitec221d174f298452ad23c1cb97e49c953489a4c7 (patch)
tree9fa165a6f5e32fc8de80eb302b4449f7874b8857 /ev_vars.h
parentc37f8897abc61b5af4efba45988e53c083434296 (diff)
*** empty log message ***
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)