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.24 by root, Thu Jan 31 13:10:56 2008 UTC vs.
Revision 1.26 by root, Sun Apr 6 09:53:18 2008 UTC

53VARx(int, backend_fd) 53VARx(int, backend_fd)
54VARx(ev_tstamp, backend_fudge) /* assumed typical timer resolution */ 54VARx(ev_tstamp, backend_fudge) /* 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
58#if EV_USE_EVENTFD || EV_GENWRAP
59VARx(int, evfd)
60#endif
58VAR (evpipe, int evpipe [2]) 61VAR (evpipe, int evpipe [2])
59VARx(ev_io, pipeev) 62VARx(ev_io, pipeev)
60 63
61#if !defined(_WIN32) || EV_GENWRAP 64#if !defined(_WIN32) || EV_GENWRAP
62VARx(pid_t, curpid) 65VARx(pid_t, curpid)
138VARx(struct ev_fork **, forks) 141VARx(struct ev_fork **, forks)
139VARx(int, forkmax) 142VARx(int, forkmax)
140VARx(int, forkcnt) 143VARx(int, forkcnt)
141#endif 144#endif
142 145
146VARx(EV_ATOMIC_T, gotasync)
143#if EV_ASYNC_ENABLE || EV_GENWRAP 147#if EV_ASYNC_ENABLE || EV_GENWRAP
144VARx(EV_ATOMIC_T, gotasync)
145VARx(struct ev_async **, asyncs) 148VARx(struct ev_async **, asyncs)
146VARx(int, asyncmax) 149VARx(int, asyncmax)
147VARx(int, asynccnt) 150VARx(int, asynccnt)
148#endif 151#endif
149 152

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines