ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev_vars.h
(Generate patch)

Comparing libev/ev_vars.h (file contents):
Revision 1.41 by root, Thu Oct 21 15:19:05 2010 UTC vs.
Revision 1.43 by root, Sun Oct 24 18:09:58 2010 UTC

115#if EV_USE_PORT || EV_GENWRAP 115#if EV_USE_PORT || EV_GENWRAP
116VARx(struct port_event *, port_events) 116VARx(struct port_event *, port_events)
117VARx(int, port_eventmax) 117VARx(int, port_eventmax)
118#endif 118#endif
119 119
120#if EV_USE_IOCP || EV_GENWRAP
121VARx(HANDLE, iocp)
122#endif
123
120VARx(int *, fdchanges) 124VARx(int *, fdchanges)
121VARx(int, fdchangemax) 125VARx(int, fdchangemax)
122VARx(int, fdchangecnt) 126VARx(int, fdchangecnt)
123 127
124VARx(ANHE *, timers) 128VARx(ANHE *, timers)
150VARx(struct ev_fork **, forks) 154VARx(struct ev_fork **, forks)
151VARx(int, forkmax) 155VARx(int, forkmax)
152VARx(int, forkcnt) 156VARx(int, forkcnt)
153#endif 157#endif
154 158
159#if EV_CLEANUP_ENABLE || EV_GENWRAP
160VARx(struct ev_cleanup **, cleanups)
161VARx(int, cleanupmax)
162VARx(int, cleanupcnt)
163#endif
164
155#if EV_ASYNC_ENABLE || EV_GENWRAP 165#if EV_ASYNC_ENABLE || EV_GENWRAP
156VARx(EV_ATOMIC_T, async_pending) 166VARx(EV_ATOMIC_T, async_pending)
157VARx(struct ev_async **, asyncs) 167VARx(struct ev_async **, asyncs)
158VARx(int, asyncmax) 168VARx(int, asyncmax)
159VARx(int, asynccnt) 169VARx(int, asynccnt)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines