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.17 by root, Mon Dec 3 13:41:25 2007 UTC vs.
Revision 1.18 by root, Fri Dec 7 16:44:13 2007 UTC

71VARx(struct ev_periodic **, periodics) 71VARx(struct ev_periodic **, periodics)
72VARx(int, periodicmax) 72VARx(int, periodicmax)
73VARx(int, periodiccnt) 73VARx(int, periodiccnt)
74#endif 74#endif
75 75
76VARx(struct ev_idle **, idles) 76#if EV_IDLE_ENABLE || EV_GENWRAP
77VARx(int, idlemax) 77VAR (idles, ev_idle **idles [NUMPRI])
78VARx(int, idlecnt) 78VAR (idlemax, int idlemax [NUMPRI])
79VAR (idlecnt, int idlecnt [NUMPRI])
80#endif
81VARx(int, idleall) /* total number */
79 82
80VARx(struct ev_prepare **, prepares) 83VARx(struct ev_prepare **, prepares)
81VARx(int, preparemax) 84VARx(int, preparemax)
82VARx(int, preparecnt) 85VARx(int, preparecnt)
83 86

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines