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.52 by root, Sun May 6 13:09:35 2012 UTC vs.
Revision 1.54 by root, Fri Dec 27 06:01:22 2013 UTC

67VAR (backend_poll , void (*backend_poll)(EV_P_ ev_tstamp timeout)) 67VAR (backend_poll , void (*backend_poll)(EV_P_ ev_tstamp timeout))
68 68
69VARx(ANFD *, anfds) 69VARx(ANFD *, anfds)
70VARx(int, anfdmax) 70VARx(int, anfdmax)
71 71
72#if EV_USE_EVENTFD || EV_GENWRAP
73VARx(int, evfd)
74#endif
75VAR (evpipe, int evpipe [2]) 72VAR (evpipe, int evpipe [2])
76VARx(ev_io, pipe_w) 73VARx(ev_io, pipe_w)
77VARx(EV_ATOMIC_T, pipe_write_wanted) 74VARx(EV_ATOMIC_T, pipe_write_wanted)
78VARx(EV_ATOMIC_T, pipe_write_skipped) 75VARx(EV_ATOMIC_T, pipe_write_skipped)
79 76
195#if EV_FEATURE_API || EV_GENWRAP 192#if EV_FEATURE_API || EV_GENWRAP
196VARx(unsigned int, loop_count) /* total number of loop iterations/blocks */ 193VARx(unsigned int, loop_count) /* total number of loop iterations/blocks */
197VARx(unsigned int, loop_depth) /* #ev_run enters - #ev_run leaves */ 194VARx(unsigned int, loop_depth) /* #ev_run enters - #ev_run leaves */
198 195
199VARx(void *, userdata) 196VARx(void *, userdata)
200VAR (release_cb, void (*release_cb)(EV_P) EV_THROW) 197VAR (release_cb, ev_loop_callback_nothrow release_cb)
201VAR (acquire_cb, void (*acquire_cb)(EV_P) EV_THROW) 198VAR (acquire_cb, ev_loop_callback_nothrow acquire_cb)
202VAR (invoke_cb , void (*invoke_cb) (EV_P)) 199VAR (invoke_cb , ev_loop_callback invoke_cb)
203#endif 200#endif
204 201
205#undef VARx 202#undef VARx
206 203

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines