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.44 by root, Wed Jan 5 04:21:20 2011 UTC vs.
Revision 1.45 by root, Mon Jan 10 01:58:55 2011 UTC

178VARx(char, fs_2625) /* whether we are running in linux 2.6.25 or newer */ 178VARx(char, fs_2625) /* whether we are running in linux 2.6.25 or newer */
179VAR (fs_hash, ANFS fs_hash [EV_INOTIFY_HASHSIZE]) 179VAR (fs_hash, ANFS fs_hash [EV_INOTIFY_HASHSIZE])
180#endif 180#endif
181 181
182VARx(EV_ATOMIC_T, sig_pending) 182VARx(EV_ATOMIC_T, sig_pending)
183VARx(int, nosigmask)
183#if EV_USE_SIGNALFD || EV_GENWRAP 184#if EV_USE_SIGNALFD || EV_GENWRAP
184VARx(int, sigfd) 185VARx(int, sigfd)
185VARx(ev_io, sigfd_w) 186VARx(ev_io, sigfd_w)
186VARx(sigset_t, sigfd_set) 187VARx(sigset_t, sigfd_set)
187#endif 188#endif
188 189
190VARx(unsigned int, origflags) /* original loop flags */
191
189#if EV_FEATURE_API || EV_GENWRAP 192#if EV_FEATURE_API || EV_GENWRAP
190VARx(unsigned int, loop_count) /* total number of loop iterations/blocks */ 193VARx(unsigned int, loop_count) /* total number of loop iterations/blocks */
191VARx(unsigned int, loop_depth) /* #ev_run enters - #ev_run leaves */ 194VARx(unsigned int, loop_depth) /* #ev_run enters - #ev_run leaves */
192 195
193VARx(void *, userdata) 196VARx(void *, userdata)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines