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.26 by root, Sun Apr 6 09:53:18 2008 UTC vs.
Revision 1.27 by root, Fri May 9 13:57:00 2008 UTC

110 110
111VARx(int *, fdchanges) 111VARx(int *, fdchanges)
112VARx(int, fdchangemax) 112VARx(int, fdchangemax)
113VARx(int, fdchangecnt) 113VARx(int, fdchangecnt)
114 114
115VARx(WT *, timers) 115VARx(ANHE *, timers)
116VARx(int, timermax) 116VARx(int, timermax)
117VARx(int, timercnt) 117VARx(int, timercnt)
118 118
119#if EV_PERIODIC_ENABLE || EV_GENWRAP 119#if EV_PERIODIC_ENABLE || EV_GENWRAP
120VARx(WT *, periodics) 120VARx(ANHE *, periodics)
121VARx(int, periodicmax) 121VARx(int, periodicmax)
122VARx(int, periodiccnt) 122VARx(int, periodiccnt)
123#endif 123#endif
124 124
125#if EV_IDLE_ENABLE || EV_GENWRAP 125#if EV_IDLE_ENABLE || EV_GENWRAP

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines