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.31 by root, Wed Apr 15 17:49:27 2009 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)
108VARx(int, anfdmax) 108VARx(int, anfdmax)
109 109
110VAR (pendings, ANPENDING *pendings [NUMPRI]) 110VAR (pendings, ANPENDING *pendings [NUMPRI])
111VAR (pendingmax, int pendingmax [NUMPRI]) 111VAR (pendingmax, int pendingmax [NUMPRI])
112VAR (pendingcnt, int pendingcnt [NUMPRI]) 112VAR (pendingcnt, int pendingcnt [NUMPRI])
113
114/* for reverse feeding of events */
115VARx(W *, rfeeds)
116VARx(int, rfeedmax)
117VARx(int, rfeedcnt)
113 118
114VARx(int *, fdchanges) 119VARx(int *, fdchanges)
115VARx(int, fdchangemax) 120VARx(int, fdchangemax)
116VARx(int, fdchangecnt) 121VARx(int, fdchangecnt)
117 122
154#endif 159#endif
155 160
156#if EV_USE_INOTIFY || EV_GENWRAP 161#if EV_USE_INOTIFY || EV_GENWRAP
157VARx(int, fs_fd) 162VARx(int, fs_fd)
158VARx(ev_io, fs_w) 163VARx(ev_io, fs_w)
164VARx(char, fs_2625) /* whether we are running in linux 2.6.25 or newer */
159VAR (fs_hash, ANFS fs_hash [EV_INOTIFY_HASHSIZE]) 165VAR (fs_hash, ANFS fs_hash [EV_INOTIFY_HASHSIZE])
160#endif 166#endif
161 167
162#undef VARx 168#undef VARx
163 169

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines