diff options
author | root <root> | 2010-10-23 22:25:44 +0000 |
---|---|---|
committer | root <root> | 2010-10-23 22:25:44 +0000 |
commit | b5d13e01dd9ff8d28910f53a94e009eb74fc36c3 (patch) | |
tree | 089fe5f04aae4f85a014778fb422890e10c09650 /ev_vars.h | |
parent | 955354ad4b62d43d5089fe785ba704f715c0e3d0 (diff) |
*** empty log message ***
Diffstat (limited to 'ev_vars.h')
-rw-r--r-- | ev_vars.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |