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.27 by root, Fri May 9 13:57:00 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)
107 110
108VARx(int *, fdchanges) 111VARx(int *, fdchanges)
109VARx(int, fdchangemax) 112VARx(int, fdchangemax)
110VARx(int, fdchangecnt) 113VARx(int, fdchangecnt)
111 114
112VARx(WT *, timers) 115VARx(ANHE *, timers)
113VARx(int, timermax) 116VARx(int, timermax)
114VARx(int, timercnt) 117VARx(int, timercnt)
115 118
116#if EV_PERIODIC_ENABLE || EV_GENWRAP 119#if EV_PERIODIC_ENABLE || EV_GENWRAP
117VARx(WT *, periodics) 120VARx(ANHE *, periodics)
118VARx(int, periodicmax) 121VARx(int, periodicmax)
119VARx(int, periodiccnt) 122VARx(int, periodiccnt)
120#endif 123#endif
121 124
122#if EV_IDLE_ENABLE || EV_GENWRAP 125#if EV_IDLE_ENABLE || EV_GENWRAP
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