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.46 by root, Wed Feb 16 08:02:50 2011 UTC vs.
Revision 1.47 by root, Sat Jun 4 05:33:29 2011 UTC

49VARx(int, backend) 49VARx(int, backend)
50VARx(int, activecnt) /* total number of active events ("refcount") */ 50VARx(int, activecnt) /* total number of active events ("refcount") */
51VARx(EV_ATOMIC_T, loop_done) /* signal by ev_break */ 51VARx(EV_ATOMIC_T, loop_done) /* signal by ev_break */
52 52
53VARx(int, backend_fd) 53VARx(int, backend_fd)
54VARx(ev_tstamp, backend_fudge) /* assumed typical timer resolution */ 54VARx(ev_tstamp, backend_mintime) /* assumed typical timer resolution */
55VAR (backend_modify, void (*backend_modify)(EV_P_ int fd, int oev, int nev)) 55VAR (backend_modify, void (*backend_modify)(EV_P_ int fd, int oev, int nev))
56VAR (backend_poll , void (*backend_poll)(EV_P_ ev_tstamp timeout)) 56VAR (backend_poll , void (*backend_poll)(EV_P_ ev_tstamp timeout))
57 57
58VARx(ANFD *, anfds) 58VARx(ANFD *, anfds)
59VARx(int, anfdmax) 59VARx(int, anfdmax)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines