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.26 by root, Sun Apr 6 09:53:18 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)
74VARx(void *, vec_wo) 74VARx(void *, vec_wo)
75#if defined(_WIN32) || EV_GENWRAP
76VARx(void *, vec_eo)
77#endif
75VARx(int, vec_max) 78VARx(int, vec_max)
76#endif 79#endif
77 80
78#if EV_USE_POLL || EV_GENWRAP 81#if EV_USE_POLL || EV_GENWRAP
79VARx(struct pollfd *, polls) 82VARx(struct pollfd *, polls)
106 109
107VAR (pendings, ANPENDING *pendings [NUMPRI]) 110VAR (pendings, ANPENDING *pendings [NUMPRI])
108VAR (pendingmax, int pendingmax [NUMPRI]) 111VAR (pendingmax, int pendingmax [NUMPRI])
109VAR (pendingcnt, int pendingcnt [NUMPRI]) 112VAR (pendingcnt, int pendingcnt [NUMPRI])
110 113
114/* for reverse feeding of events */
115VARx(W *, rfeeds)
116VARx(int, rfeedmax)
117VARx(int, rfeedcnt)
118
111VARx(int *, fdchanges) 119VARx(int *, fdchanges)
112VARx(int, fdchangemax) 120VARx(int, fdchangemax)
113VARx(int, fdchangecnt) 121VARx(int, fdchangecnt)
114 122
115VARx(WT *, timers) 123VARx(ANHE *, timers)
116VARx(int, timermax) 124VARx(int, timermax)
117VARx(int, timercnt) 125VARx(int, timercnt)
118 126
119#if EV_PERIODIC_ENABLE || EV_GENWRAP 127#if EV_PERIODIC_ENABLE || EV_GENWRAP
120VARx(WT *, periodics) 128VARx(ANHE *, periodics)
121VARx(int, periodicmax) 129VARx(int, periodicmax)
122VARx(int, periodiccnt) 130VARx(int, periodiccnt)
123#endif 131#endif
124 132
125#if EV_IDLE_ENABLE || EV_GENWRAP 133#if EV_IDLE_ENABLE || EV_GENWRAP
151#endif 159#endif
152 160
153#if EV_USE_INOTIFY || EV_GENWRAP 161#if EV_USE_INOTIFY || EV_GENWRAP
154VARx(int, fs_fd) 162VARx(int, fs_fd)
155VARx(ev_io, fs_w) 163VARx(ev_io, fs_w)
164VARx(char, fs_2625) /* whether we are running in linux 2.6.25 or newer */
156VAR (fs_hash, ANFS fs_hash [EV_INOTIFY_HASHSIZE]) 165VAR (fs_hash, ANFS fs_hash [EV_INOTIFY_HASHSIZE])
157#endif 166#endif
158 167
159#undef VARx 168#undef VARx
160 169

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines