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.28 by root, Mon May 26 04:14:32 2008 UTC vs.
Revision 1.30 by root, Mon Nov 3 14:27:06 2008 UTC

63 63
64#if !defined(_WIN32) || EV_GENWRAP 64#if !defined(_WIN32) || EV_GENWRAP
65VARx(pid_t, curpid) 65VARx(pid_t, curpid)
66#endif 66#endif
67 67
68VARx(int, postfork) /* true if we need to recreate kernel state after fork */ 68VARx(char, postfork) /* true if we need to recreate kernel state after fork */
69 69
70#if EV_USE_SELECT || EV_GENWRAP 70#if EV_USE_SELECT || EV_GENWRAP
71VARx(void *, vec_ri) 71VARx(void *, vec_ri)
72VARx(void *, vec_ro) 72VARx(void *, vec_ro)
73VARx(void *, vec_wi) 73VARx(void *, vec_wi)
154#endif 154#endif
155 155
156#if EV_USE_INOTIFY || EV_GENWRAP 156#if EV_USE_INOTIFY || EV_GENWRAP
157VARx(int, fs_fd) 157VARx(int, fs_fd)
158VARx(ev_io, fs_w) 158VARx(ev_io, fs_w)
159VARx(char, fs_2625) /* whether we are running in linux 2.6.25 or newer */
159VAR (fs_hash, ANFS fs_hash [EV_INOTIFY_HASHSIZE]) 160VAR (fs_hash, ANFS fs_hash [EV_INOTIFY_HASHSIZE])
160#endif 161#endif
161 162
162#undef VARx 163#undef VARx
163 164

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines