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.18 by root, Fri Dec 7 16:44:13 2007 UTC vs.
Revision 1.19 by root, Wed Dec 12 00:17:08 2007 UTC

61 61
62VARx(int *, fdchanges) 62VARx(int *, fdchanges)
63VARx(int, fdchangemax) 63VARx(int, fdchangemax)
64VARx(int, fdchangecnt) 64VARx(int, fdchangecnt)
65 65
66VARx(struct ev_timer **, timers) 66VARx(WT *, timers)
67VARx(int, timermax) 67VARx(int, timermax)
68VARx(int, timercnt) 68VARx(int, timercnt)
69 69
70#if EV_PERIODIC_ENABLE || EV_GENWRAP 70#if EV_PERIODIC_ENABLE || EV_GENWRAP
71VARx(struct ev_periodic **, periodics) 71VARx(WT *, periodics)
72VARx(int, periodicmax) 72VARx(int, periodicmax)
73VARx(int, periodiccnt) 73VARx(int, periodiccnt)
74#endif 74#endif
75 75
76#if EV_IDLE_ENABLE || EV_GENWRAP 76#if EV_IDLE_ENABLE || EV_GENWRAP

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines