summaryrefslogtreecommitdiff
path: root/ev_vars.h
diff options
context:
space:
mode:
authorroot <root>2010-10-23 22:25:44 +0000
committerroot <root>2010-10-23 22:25:44 +0000
commitb5d13e01dd9ff8d28910f53a94e009eb74fc36c3 (patch)
tree089fe5f04aae4f85a014778fb422890e10c09650 /ev_vars.h
parent955354ad4b62d43d5089fe785ba704f715c0e3d0 (diff)
*** empty log message ***
Diffstat (limited to 'ev_vars.h')
-rw-r--r--ev_vars.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ev_vars.h b/ev_vars.h
index 808f3c6..3f8f8ca 100644
--- a/ev_vars.h
+++ b/ev_vars.h
@@ -117,6 +117,10 @@ VARx(struct port_event *, port_events)
VARx(int, port_eventmax)
#endif
+#if EV_USE_IOCP || EV_GENWRAP
+VARx(HANDLE, iocp)
+#endif
+
VARx(int *, fdchanges)
VARx(int, fdchangemax)
VARx(int, fdchangecnt)