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.33 by root, Wed Jul 8 02:46:05 2009 UTC vs.
Revision 1.39 by root, Tue Mar 16 00:26:42 2010 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(unsigned int, loop_count) /* total number of loop iterations/blocks */
52VARx(unsigned int, loop_depth) /* #ev_loop enters - #ev_loop leaves */
53VARx(char, loop_done) /* signal by ev_unloop */ 51VARx(unsigned char, loop_done) /* signal by ev_unloop */
54 52
55VARx(int, backend_fd) 53VARx(int, backend_fd)
56VARx(ev_tstamp, backend_fudge) /* assumed typical timer resolution */ 54VARx(ev_tstamp, backend_fudge) /* assumed typical timer resolution */
57VAR (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))
58VAR (backend_poll , void (*backend_poll)(EV_P_ ev_tstamp timeout)) 56VAR (backend_poll , void (*backend_poll)(EV_P_ ev_tstamp timeout))
152VARx(struct ev_fork **, forks) 150VARx(struct ev_fork **, forks)
153VARx(int, forkmax) 151VARx(int, forkmax)
154VARx(int, forkcnt) 152VARx(int, forkcnt)
155#endif 153#endif
156 154
157VARx(EV_ATOMIC_T, gotasync)
158#if EV_ASYNC_ENABLE || EV_GENWRAP 155#if EV_ASYNC_ENABLE || EV_GENWRAP
156VARx(EV_ATOMIC_T, async_pending)
159VARx(struct ev_async **, asyncs) 157VARx(struct ev_async **, asyncs)
160VARx(int, asyncmax) 158VARx(int, asyncmax)
161VARx(int, asynccnt) 159VARx(int, asynccnt)
162#endif 160#endif
163 161
166VARx(ev_io, fs_w) 164VARx(ev_io, fs_w)
167VARx(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 */
168VAR (fs_hash, ANFS fs_hash [EV_INOTIFY_HASHSIZE]) 166VAR (fs_hash, ANFS fs_hash [EV_INOTIFY_HASHSIZE])
169#endif 167#endif
170 168
169VARx(EV_ATOMIC_T, sig_pending)
170#if EV_USE_SIGNALFD || EV_GENWRAP
171VARx(int, sigfd)
172VARx(ev_io, sigfd_w)
173VARx(sigset_t, sigfd_set)
174#endif
175
176#if EV_FEATURE_API || EV_GENWRAP
177VARx(unsigned int, loop_count) /* total number of loop iterations/blocks */
178VARx(unsigned int, loop_depth) /* #ev_loop enters - #ev_loop leaves */
179
180VARx(void *, userdata)
181VAR (release_cb, void (*release_cb)(EV_P))
182VAR (acquire_cb, void (*acquire_cb)(EV_P))
183VAR (invoke_cb , void (*invoke_cb) (EV_P))
184#endif
185
171#undef VARx 186#undef VARx
172 187

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines