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.29 by root, Wed Oct 29 06:41:23 2008 UTC vs.
Revision 1.31 by root, Wed Apr 15 17:49:27 2009 UTC

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 113
114/* for reverse feeding of events */
115VARx(W *, rfeeds)
116VARx(int, rfeedmax)
117VARx(int, rfeedcnt)
118
114VARx(int *, fdchanges) 119VARx(int *, fdchanges)
115VARx(int, fdchangemax) 120VARx(int, fdchangemax)
116VARx(int, fdchangecnt) 121VARx(int, fdchangecnt)
117 122
118VARx(ANHE *, timers) 123VARx(ANHE *, timers)
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