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.28 by root, Mon May 26 04:14:32 2008 UTC

70#if EV_USE_SELECT || EV_GENWRAP 70#if EV_USE_SELECT || EV_GENWRAP
71VARx(void *, vec_ri) 71VARx(void *, vec_ri)
72VARx(void *, vec_ro) 72VARx(void *, vec_ro)
73VARx(void *, vec_wi) 73VARx(void *, vec_wi)
74VARx(void *, vec_wo) 74VARx(void *, vec_wo)
75#if defined(_WIN32) || EV_GENWRAP
76VARx(void *, vec_eo)
77#endif
75VARx(int, vec_max) 78VARx(int, vec_max)
76#endif 79#endif
77 80
78#if EV_USE_POLL || EV_GENWRAP 81#if EV_USE_POLL || EV_GENWRAP
79VARx(struct pollfd *, polls) 82VARx(struct pollfd *, polls)
110 113
111VARx(int *, fdchanges) 114VARx(int *, fdchanges)
112VARx(int, fdchangemax) 115VARx(int, fdchangemax)
113VARx(int, fdchangecnt) 116VARx(int, fdchangecnt)
114 117
115VARx(WT *, timers) 118VARx(ANHE *, timers)
116VARx(int, timermax) 119VARx(int, timermax)
117VARx(int, timercnt) 120VARx(int, timercnt)
118 121
119#if EV_PERIODIC_ENABLE || EV_GENWRAP 122#if EV_PERIODIC_ENABLE || EV_GENWRAP
120VARx(WT *, periodics) 123VARx(ANHE *, periodics)
121VARx(int, periodicmax) 124VARx(int, periodicmax)
122VARx(int, periodiccnt) 125VARx(int, periodiccnt)
123#endif 126#endif
124 127
125#if EV_IDLE_ENABLE || EV_GENWRAP 128#if EV_IDLE_ENABLE || EV_GENWRAP

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines