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.47 by root, Sat Jun 4 05:33:29 2011 UTC vs.
Revision 1.49 by root, Thu Jun 30 12:48:40 2011 UTC

71#if EV_USE_EVENTFD || EV_GENWRAP 71#if EV_USE_EVENTFD || EV_GENWRAP
72VARx(int, evfd) 72VARx(int, evfd)
73#endif 73#endif
74VAR (evpipe, int evpipe [2]) 74VAR (evpipe, int evpipe [2])
75VARx(ev_io, pipe_w) 75VARx(ev_io, pipe_w)
76VARx(EV_ATOMIC_T, pipe_write_wanted)
77VARx(EV_ATOMIC_T, pipe_write_skipped)
76 78
77#if !defined(_WIN32) || EV_GENWRAP 79#if !defined(_WIN32) || EV_GENWRAP
78VARx(pid_t, curpid) 80VARx(pid_t, curpid)
79#endif 81#endif
80 82
178VARx(char, fs_2625) /* whether we are running in linux 2.6.25 or newer */ 180VARx(char, fs_2625) /* whether we are running in linux 2.6.25 or newer */
179VAR (fs_hash, ANFS fs_hash [EV_INOTIFY_HASHSIZE]) 181VAR (fs_hash, ANFS fs_hash [EV_INOTIFY_HASHSIZE])
180#endif 182#endif
181 183
182VARx(EV_ATOMIC_T, sig_pending) 184VARx(EV_ATOMIC_T, sig_pending)
183VARx(int, nosigmask)
184#if EV_USE_SIGNALFD || EV_GENWRAP 185#if EV_USE_SIGNALFD || EV_GENWRAP
185VARx(int, sigfd) 186VARx(int, sigfd)
186VARx(ev_io, sigfd_w) 187VARx(ev_io, sigfd_w)
187VARx(sigset_t, sigfd_set) 188VARx(sigset_t, sigfd_set)
188#endif 189#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines