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.27 by root, Sun Jul 19 07:20:41 2009 UTC vs.
Revision 1.31 by root, Wed Jan 5 04:21:20 2011 UTC

38#define pollcnt ((loop)->pollcnt) 38#define pollcnt ((loop)->pollcnt)
39#define pollidxs ((loop)->pollidxs) 39#define pollidxs ((loop)->pollidxs)
40#define pollidxmax ((loop)->pollidxmax) 40#define pollidxmax ((loop)->pollidxmax)
41#define epoll_events ((loop)->epoll_events) 41#define epoll_events ((loop)->epoll_events)
42#define epoll_eventmax ((loop)->epoll_eventmax) 42#define epoll_eventmax ((loop)->epoll_eventmax)
43#define epoll_eperms ((loop)->epoll_eperms)
44#define epoll_epermcnt ((loop)->epoll_epermcnt)
45#define epoll_epermmax ((loop)->epoll_epermmax)
43#define kqueue_changes ((loop)->kqueue_changes) 46#define kqueue_changes ((loop)->kqueue_changes)
44#define kqueue_changemax ((loop)->kqueue_changemax) 47#define kqueue_changemax ((loop)->kqueue_changemax)
45#define kqueue_changecnt ((loop)->kqueue_changecnt) 48#define kqueue_changecnt ((loop)->kqueue_changecnt)
46#define kqueue_events ((loop)->kqueue_events) 49#define kqueue_events ((loop)->kqueue_events)
47#define kqueue_eventmax ((loop)->kqueue_eventmax) 50#define kqueue_eventmax ((loop)->kqueue_eventmax)
48#define port_events ((loop)->port_events) 51#define port_events ((loop)->port_events)
49#define port_eventmax ((loop)->port_eventmax) 52#define port_eventmax ((loop)->port_eventmax)
53#define iocp ((loop)->iocp)
50#define fdchanges ((loop)->fdchanges) 54#define fdchanges ((loop)->fdchanges)
51#define fdchangemax ((loop)->fdchangemax) 55#define fdchangemax ((loop)->fdchangemax)
52#define fdchangecnt ((loop)->fdchangecnt) 56#define fdchangecnt ((loop)->fdchangecnt)
53#define timers ((loop)->timers) 57#define timers ((loop)->timers)
54#define timermax ((loop)->timermax) 58#define timermax ((loop)->timermax)
67#define checkmax ((loop)->checkmax) 71#define checkmax ((loop)->checkmax)
68#define checkcnt ((loop)->checkcnt) 72#define checkcnt ((loop)->checkcnt)
69#define forks ((loop)->forks) 73#define forks ((loop)->forks)
70#define forkmax ((loop)->forkmax) 74#define forkmax ((loop)->forkmax)
71#define forkcnt ((loop)->forkcnt) 75#define forkcnt ((loop)->forkcnt)
72#define sig_pending ((loop)->sig_pending) 76#define cleanups ((loop)->cleanups)
77#define cleanupmax ((loop)->cleanupmax)
78#define cleanupcnt ((loop)->cleanupcnt)
73#define async_pending ((loop)->async_pending) 79#define async_pending ((loop)->async_pending)
74#define asyncs ((loop)->asyncs) 80#define asyncs ((loop)->asyncs)
75#define asyncmax ((loop)->asyncmax) 81#define asyncmax ((loop)->asyncmax)
76#define asynccnt ((loop)->asynccnt) 82#define asynccnt ((loop)->asynccnt)
77#define fs_fd ((loop)->fs_fd) 83#define fs_fd ((loop)->fs_fd)
78#define fs_w ((loop)->fs_w) 84#define fs_w ((loop)->fs_w)
79#define fs_2625 ((loop)->fs_2625) 85#define fs_2625 ((loop)->fs_2625)
80#define fs_hash ((loop)->fs_hash) 86#define fs_hash ((loop)->fs_hash)
87#define sig_pending ((loop)->sig_pending)
81#define sigfd ((loop)->sigfd) 88#define sigfd ((loop)->sigfd)
82#define sigfd_w ((loop)->sigfd_w) 89#define sigfd_w ((loop)->sigfd_w)
83#define sigfd_set ((loop)->sigfd_set) 90#define sigfd_set ((loop)->sigfd_set)
84#define loop_count ((loop)->loop_count) 91#define loop_count ((loop)->loop_count)
85#define loop_depth ((loop)->loop_depth) 92#define loop_depth ((loop)->loop_depth)
126#undef pollcnt 133#undef pollcnt
127#undef pollidxs 134#undef pollidxs
128#undef pollidxmax 135#undef pollidxmax
129#undef epoll_events 136#undef epoll_events
130#undef epoll_eventmax 137#undef epoll_eventmax
138#undef epoll_eperms
139#undef epoll_epermcnt
140#undef epoll_epermmax
131#undef kqueue_changes 141#undef kqueue_changes
132#undef kqueue_changemax 142#undef kqueue_changemax
133#undef kqueue_changecnt 143#undef kqueue_changecnt
134#undef kqueue_events 144#undef kqueue_events
135#undef kqueue_eventmax 145#undef kqueue_eventmax
136#undef port_events 146#undef port_events
137#undef port_eventmax 147#undef port_eventmax
148#undef iocp
138#undef fdchanges 149#undef fdchanges
139#undef fdchangemax 150#undef fdchangemax
140#undef fdchangecnt 151#undef fdchangecnt
141#undef timers 152#undef timers
142#undef timermax 153#undef timermax
155#undef checkmax 166#undef checkmax
156#undef checkcnt 167#undef checkcnt
157#undef forks 168#undef forks
158#undef forkmax 169#undef forkmax
159#undef forkcnt 170#undef forkcnt
160#undef sig_pending 171#undef cleanups
172#undef cleanupmax
173#undef cleanupcnt
161#undef async_pending 174#undef async_pending
162#undef asyncs 175#undef asyncs
163#undef asyncmax 176#undef asyncmax
164#undef asynccnt 177#undef asynccnt
165#undef fs_fd 178#undef fs_fd
166#undef fs_w 179#undef fs_w
167#undef fs_2625 180#undef fs_2625
168#undef fs_hash 181#undef fs_hash
182#undef sig_pending
169#undef sigfd 183#undef sigfd
170#undef sigfd_w 184#undef sigfd_w
171#undef sigfd_set 185#undef sigfd_set
172#undef loop_count 186#undef loop_count
173#undef loop_depth 187#undef loop_depth

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines