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.6 by root, Sat Nov 10 03:19:21 2007 UTC vs.
Revision 1.8 by root, Mon Nov 12 00:31:08 2007 UTC

11 11
12VARx(int, postfork) /* true if we need to recreate kernel state after fork */ 12VARx(int, postfork) /* true if we need to recreate kernel state after fork */
13VARx(int, activecnt) /* number of active events */ 13VARx(int, activecnt) /* number of active events */
14 14
15#if EV_USE_SELECT || EV_GENWRAP 15#if EV_USE_SELECT || EV_GENWRAP
16VARx(unsigned char *, vec_ri) 16VARx(void *, vec_ri)
17VARx(unsigned char *, vec_ro) 17VARx(void *, vec_ro)
18VARx(unsigned char *, vec_wi) 18VARx(void *, vec_wi)
19VARx(unsigned char *, vec_wo) 19VARx(void *, vec_wo)
20VARx(int, vec_max) 20VARx(int, vec_max)
21#endif 21#endif
22 22
23#if EV_USE_POLL || EV_GENWRAP 23#if EV_USE_POLL || EV_GENWRAP
24VARx(struct pollfd *, polls) 24VARx(struct pollfd *, polls)
57 57
58VARx(struct ev_timer **, timers) 58VARx(struct ev_timer **, timers)
59VARx(int, timermax) 59VARx(int, timermax)
60VARx(int, timercnt) 60VARx(int, timercnt)
61 61
62#if EV_PERIODICS || EV_GENWRAP
62VARx(struct ev_periodic **, periodics) 63VARx(struct ev_periodic **, periodics)
63VARx(int, periodicmax) 64VARx(int, periodicmax)
64VARx(int, periodiccnt) 65VARx(int, periodiccnt)
66#endif
65 67
66VARx(struct ev_idle **, idles) 68VARx(struct ev_idle **, idles)
67VARx(int, idlemax) 69VARx(int, idlemax)
68VARx(int, idlecnt) 70VARx(int, idlecnt)
69 71

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines