ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev_wrap.h
(Generate patch)

Comparing libev/ev_wrap.h (file contents):
Revision 1.18 by root, Sun Apr 6 09:53:18 2008 UTC vs.
Revision 1.21 by root, Wed Apr 15 17:49:27 2009 UTC

20#define postfork ((loop)->postfork) 20#define postfork ((loop)->postfork)
21#define vec_ri ((loop)->vec_ri) 21#define vec_ri ((loop)->vec_ri)
22#define vec_ro ((loop)->vec_ro) 22#define vec_ro ((loop)->vec_ro)
23#define vec_wi ((loop)->vec_wi) 23#define vec_wi ((loop)->vec_wi)
24#define vec_wo ((loop)->vec_wo) 24#define vec_wo ((loop)->vec_wo)
25#define vec_eo ((loop)->vec_eo)
25#define vec_max ((loop)->vec_max) 26#define vec_max ((loop)->vec_max)
26#define polls ((loop)->polls) 27#define polls ((loop)->polls)
27#define pollmax ((loop)->pollmax) 28#define pollmax ((loop)->pollmax)
28#define pollcnt ((loop)->pollcnt) 29#define pollcnt ((loop)->pollcnt)
29#define pollidxs ((loop)->pollidxs) 30#define pollidxs ((loop)->pollidxs)
40#define anfds ((loop)->anfds) 41#define anfds ((loop)->anfds)
41#define anfdmax ((loop)->anfdmax) 42#define anfdmax ((loop)->anfdmax)
42#define pendings ((loop)->pendings) 43#define pendings ((loop)->pendings)
43#define pendingmax ((loop)->pendingmax) 44#define pendingmax ((loop)->pendingmax)
44#define pendingcnt ((loop)->pendingcnt) 45#define pendingcnt ((loop)->pendingcnt)
46#define rfeeds ((loop)->rfeeds)
47#define rfeedmax ((loop)->rfeedmax)
48#define rfeedcnt ((loop)->rfeedcnt)
45#define fdchanges ((loop)->fdchanges) 49#define fdchanges ((loop)->fdchanges)
46#define fdchangemax ((loop)->fdchangemax) 50#define fdchangemax ((loop)->fdchangemax)
47#define fdchangecnt ((loop)->fdchangecnt) 51#define fdchangecnt ((loop)->fdchangecnt)
48#define timers ((loop)->timers) 52#define timers ((loop)->timers)
49#define timermax ((loop)->timermax) 53#define timermax ((loop)->timermax)
68#define asyncs ((loop)->asyncs) 72#define asyncs ((loop)->asyncs)
69#define asyncmax ((loop)->asyncmax) 73#define asyncmax ((loop)->asyncmax)
70#define asynccnt ((loop)->asynccnt) 74#define asynccnt ((loop)->asynccnt)
71#define fs_fd ((loop)->fs_fd) 75#define fs_fd ((loop)->fs_fd)
72#define fs_w ((loop)->fs_w) 76#define fs_w ((loop)->fs_w)
77#define fs_2625 ((loop)->fs_2625)
73#define fs_hash ((loop)->fs_hash) 78#define fs_hash ((loop)->fs_hash)
74#else 79#else
75#undef EV_WRAP_H 80#undef EV_WRAP_H
76#undef now_floor 81#undef now_floor
77#undef mn_now 82#undef mn_now
92#undef postfork 97#undef postfork
93#undef vec_ri 98#undef vec_ri
94#undef vec_ro 99#undef vec_ro
95#undef vec_wi 100#undef vec_wi
96#undef vec_wo 101#undef vec_wo
102#undef vec_eo
97#undef vec_max 103#undef vec_max
98#undef polls 104#undef polls
99#undef pollmax 105#undef pollmax
100#undef pollcnt 106#undef pollcnt
101#undef pollidxs 107#undef pollidxs
112#undef anfds 118#undef anfds
113#undef anfdmax 119#undef anfdmax
114#undef pendings 120#undef pendings
115#undef pendingmax 121#undef pendingmax
116#undef pendingcnt 122#undef pendingcnt
123#undef rfeeds
124#undef rfeedmax
125#undef rfeedcnt
117#undef fdchanges 126#undef fdchanges
118#undef fdchangemax 127#undef fdchangemax
119#undef fdchangecnt 128#undef fdchangecnt
120#undef timers 129#undef timers
121#undef timermax 130#undef timermax
140#undef asyncs 149#undef asyncs
141#undef asyncmax 150#undef asyncmax
142#undef asynccnt 151#undef asynccnt
143#undef fs_fd 152#undef fs_fd
144#undef fs_w 153#undef fs_w
154#undef fs_2625
145#undef fs_hash 155#undef fs_hash
146#endif 156#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines