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.54 by root, Fri Dec 27 06:01:22 2013 UTC vs.
Revision 1.57 by root, Tue Sep 9 13:28:21 2014 UTC

1/* 1/*
2 * loop member variable declarations 2 * loop member variable declarations
3 * 3 *
4 * Copyright (c) 2007,2008,2009,2010,2011,2012 Marc Alexander Lehmann <libev@schmorp.de> 4 * Copyright (c) 2007,2008,2009,2010,2011,2012,2013 Marc Alexander Lehmann <libev@schmorp.de>
5 * All rights reserved. 5 * All rights reserved.
6 * 6 *
7 * Redistribution and use in source and binary forms, with or without modifica- 7 * Redistribution and use in source and binary forms, with or without modifica-
8 * tion, are permitted provided that the following conditions are met: 8 * tion, are permitted provided that the following conditions are met:
9 * 9 *
192#if EV_FEATURE_API || EV_GENWRAP 192#if EV_FEATURE_API || EV_GENWRAP
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)
197VAR (release_cb, ev_loop_callback_nothrow release_cb) 197VAR (release_cb, ev_loop_callback EV_THROW release_cb)
198VAR (acquire_cb, ev_loop_callback_nothrow acquire_cb) 198VAR (acquire_cb, ev_loop_callback EV_THROW acquire_cb)
199VAR (invoke_cb , ev_loop_callback invoke_cb) 199VAR (invoke_cb , ev_loop_callback invoke_cb)
200#endif 200#endif
201 201
202#undef VARx 202#undef VARx
203 203

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines