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.11 by root, Fri Nov 23 19:13:33 2007 UTC vs.
Revision 1.12 by root, Mon Nov 26 19:49:36 2007 UTC

60 60
61VARx(struct ev_timer **, timers) 61VARx(struct ev_timer **, timers)
62VARx(int, timermax) 62VARx(int, timermax)
63VARx(int, timercnt) 63VARx(int, timercnt)
64 64
65#if EV_PERIODICS || EV_GENWRAP 65#if EV_PERIODIC_ENABLE || EV_GENWRAP
66VARx(struct ev_periodic **, periodics) 66VARx(struct ev_periodic **, periodics)
67VARx(int, periodicmax) 67VARx(int, periodicmax)
68VARx(int, periodiccnt) 68VARx(int, periodiccnt)
69#endif 69#endif
70 70

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines