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.36 by root, Fri Jul 10 19:10:19 2009 UTC vs.
Revision 1.37 by root, Sun Jul 19 01:36:34 2009 UTC

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_USE_SIGNALFD || EV_GENWRAP
170VARx(int, sigfd)
171VARx(ev_io, sigfd_w)
172VARx(sigset_t, sigfd_set)
173#endif
174
169#if EV_MINIMAL < 2 || EV_GENWRAP 175#if EV_MINIMAL < 2 || EV_GENWRAP
170VARx(unsigned int, loop_count) /* total number of loop iterations/blocks */ 176VARx(unsigned int, loop_count) /* total number of loop iterations/blocks */
171VARx(unsigned int, loop_depth) /* #ev_loop enters - #ev_loop leaves */ 177VARx(unsigned int, loop_depth) /* #ev_loop enters - #ev_loop leaves */
172 178
173VARx(void *, userdata) 179VARx(void *, userdata)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines