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.6 by root, Sat Nov 10 03:19:21 2007 UTC vs.
Revision 1.7 by root, Sun Nov 11 01:07:35 2007 UTC

57 57
58VARx(struct ev_timer **, timers) 58VARx(struct ev_timer **, timers)
59VARx(int, timermax) 59VARx(int, timermax)
60VARx(int, timercnt) 60VARx(int, timercnt)
61 61
62#if EV_PERIODICS || EV_GENWRAP
62VARx(struct ev_periodic **, periodics) 63VARx(struct ev_periodic **, periodics)
63VARx(int, periodicmax) 64VARx(int, periodicmax)
64VARx(int, periodiccnt) 65VARx(int, periodiccnt)
66#endif
65 67
66VARx(struct ev_idle **, idles) 68VARx(struct ev_idle **, idles)
67VARx(int, idlemax) 69VARx(int, idlemax)
68VARx(int, idlecnt) 70VARx(int, idlecnt)
69 71

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines