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.42 by root, Sat Oct 23 22:25:44 2010 UTC vs.
Revision 1.43 by root, Sun Oct 24 18:09:58 2010 UTC

154VARx(struct ev_fork **, forks) 154VARx(struct ev_fork **, forks)
155VARx(int, forkmax) 155VARx(int, forkmax)
156VARx(int, forkcnt) 156VARx(int, forkcnt)
157#endif 157#endif
158 158
159#if EV_CLEANUP_ENABLE || EV_GENWRAP
160VARx(struct ev_cleanup **, cleanups)
161VARx(int, cleanupmax)
162VARx(int, cleanupcnt)
163#endif
164
159#if EV_ASYNC_ENABLE || EV_GENWRAP 165#if EV_ASYNC_ENABLE || EV_GENWRAP
160VARx(EV_ATOMIC_T, async_pending) 166VARx(EV_ATOMIC_T, async_pending)
161VARx(struct ev_async **, asyncs) 167VARx(struct ev_async **, asyncs)
162VARx(int, asyncmax) 168VARx(int, asyncmax)
163VARx(int, asynccnt) 169VARx(int, asynccnt)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines