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.35 by root, Fri Jul 10 00:36:21 2009 UTC vs.
Revision 1.36 by root, Fri Jul 10 19:10:19 2009 UTC

46VARx(ev_tstamp, io_blocktime) 46VARx(ev_tstamp, io_blocktime)
47VARx(ev_tstamp, timeout_blocktime) 47VARx(ev_tstamp, timeout_blocktime)
48 48
49VARx(int, backend) 49VARx(int, backend)
50VARx(int, activecnt) /* total number of active events ("refcount") */ 50VARx(int, activecnt) /* total number of active events ("refcount") */
51VARx(char, loop_done) /* signal by ev_unloop */ 51VARx(unsigned char, loop_done) /* signal by ev_unloop */
52 52
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))
164VARx(ev_io, fs_w) 164VARx(ev_io, fs_w)
165VARx(char, fs_2625) /* whether we are running in linux 2.6.25 or newer */ 165VARx(char, fs_2625) /* whether we are running in linux 2.6.25 or newer */
166VAR (fs_hash, ANFS fs_hash [EV_INOTIFY_HASHSIZE]) 166VAR (fs_hash, ANFS fs_hash [EV_INOTIFY_HASHSIZE])
167#endif 167#endif
168 168
169#if EV_MINIMAL < 2 169#if EV_MINIMAL < 2 || EV_GENWRAP
170VARx(unsigned int, loop_count) /* total number of loop iterations/blocks */ 170VARx(unsigned int, loop_count) /* total number of loop iterations/blocks */
171VARx(unsigned int, loop_depth) /* #ev_loop enters - #ev_loop leaves */ 171VARx(unsigned int, loop_depth) /* #ev_loop enters - #ev_loop leaves */
172 172
173VARx(void *, userdata) 173VARx(void *, userdata)
174#endif
175
176#if EV_MINIMAL < 2
177VAR (suspend_cb, void (*suspend_cb)(EV_P))
178VAR (resume_cb , void (*resume_cb) (EV_P)) 174VAR (release_cb, void (*release_cb)(EV_P))
175VAR (acquire_cb, void (*acquire_cb)(EV_P))
179VAR (invoke_cb , void (*invoke_cb) (EV_P)) 176VAR (invoke_cb , void (*invoke_cb) (EV_P))
180#endif 177#endif
181 178
182#undef VARx 179#undef VARx
183 180

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines