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.37 by root, Sun Jul 19 01:36:34 2009 UTC vs.
Revision 1.38 by root, Sun Jul 19 07:20:41 2009 UTC

150VARx(struct ev_fork **, forks) 150VARx(struct ev_fork **, forks)
151VARx(int, forkmax) 151VARx(int, forkmax)
152VARx(int, forkcnt) 152VARx(int, forkcnt)
153#endif 153#endif
154 154
155VARx(EV_ATOMIC_T, gotasync)
156#if EV_ASYNC_ENABLE || EV_GENWRAP 155#if EV_ASYNC_ENABLE || EV_GENWRAP
156VARx(EV_ATOMIC_T, async_pending)
157VARx(struct ev_async **, asyncs) 157VARx(struct ev_async **, asyncs)
158VARx(int, asyncmax) 158VARx(int, asyncmax)
159VARx(int, asynccnt) 159VARx(int, asynccnt)
160#endif 160#endif
161 161
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
169VARx(EV_ATOMIC_T, sig_pending)
169#if EV_USE_SIGNALFD || EV_GENWRAP 170#if EV_USE_SIGNALFD || EV_GENWRAP
170VARx(int, sigfd) 171VARx(int, sigfd)
171VARx(ev_io, sigfd_w) 172VARx(ev_io, sigfd_w)
172VARx(sigset_t, sigfd_set) 173VARx(sigset_t, sigfd_set)
173#endif 174#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines