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.58 by root, Tue Sep 9 21:51:35 2014 UTC vs.
Revision 1.59 by root, Thu Oct 25 03:11:04 2018 UTC

193VARx(unsigned int, loop_count) /* total number of loop iterations/blocks */ 193VARx(unsigned int, loop_count) /* total number of loop iterations/blocks */
194VARx(unsigned int, loop_depth) /* #ev_run enters - #ev_run leaves */ 194VARx(unsigned int, loop_depth) /* #ev_run enters - #ev_run leaves */
195 195
196VARx(void *, userdata) 196VARx(void *, userdata)
197/* C++ doesn't support the ev_loop_callback typedef here. stinks. */ 197/* C++ doesn't support the ev_loop_callback typedef here. stinks. */
198VAR (release_cb, void (*release_cb)(EV_P) EV_THROW) 198VAR (release_cb, void (*release_cb)(EV_P) EV_NOEXCEPT)
199VAR (acquire_cb, void (*acquire_cb)(EV_P) EV_THROW) 199VAR (acquire_cb, void (*acquire_cb)(EV_P) EV_NOEXCEPT)
200VAR (invoke_cb , ev_loop_callback invoke_cb) 200VAR (invoke_cb , ev_loop_callback invoke_cb)
201#endif 201#endif
202 202
203#undef VARx 203#undef VARx
204 204

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines