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.22 by root, Sat Apr 25 14:12:48 2009 UTC vs.
Revision 1.32 by root, Mon Jan 10 01:58:55 2011 UTC

6#define rtmn_diff ((loop)->rtmn_diff) 6#define rtmn_diff ((loop)->rtmn_diff)
7#define io_blocktime ((loop)->io_blocktime) 7#define io_blocktime ((loop)->io_blocktime)
8#define timeout_blocktime ((loop)->timeout_blocktime) 8#define timeout_blocktime ((loop)->timeout_blocktime)
9#define backend ((loop)->backend) 9#define backend ((loop)->backend)
10#define activecnt ((loop)->activecnt) 10#define activecnt ((loop)->activecnt)
11#define loop_count ((loop)->loop_count) 11#define loop_done ((loop)->loop_done)
12#define backend_fd ((loop)->backend_fd) 12#define backend_fd ((loop)->backend_fd)
13#define backend_fudge ((loop)->backend_fudge) 13#define backend_fudge ((loop)->backend_fudge)
14#define backend_modify ((loop)->backend_modify) 14#define backend_modify ((loop)->backend_modify)
15#define backend_poll ((loop)->backend_poll) 15#define backend_poll ((loop)->backend_poll)
16#define anfds ((loop)->anfds) 16#define anfds ((loop)->anfds)
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 gotasync ((loop)->gotasync) 76#define cleanups ((loop)->cleanups)
77#define cleanupmax ((loop)->cleanupmax)
78#define cleanupcnt ((loop)->cleanupcnt)
79#define async_pending ((loop)->async_pending)
73#define asyncs ((loop)->asyncs) 80#define asyncs ((loop)->asyncs)
74#define asyncmax ((loop)->asyncmax) 81#define asyncmax ((loop)->asyncmax)
75#define asynccnt ((loop)->asynccnt) 82#define asynccnt ((loop)->asynccnt)
76#define fs_fd ((loop)->fs_fd) 83#define fs_fd ((loop)->fs_fd)
77#define fs_w ((loop)->fs_w) 84#define fs_w ((loop)->fs_w)
78#define fs_2625 ((loop)->fs_2625) 85#define fs_2625 ((loop)->fs_2625)
79#define fs_hash ((loop)->fs_hash) 86#define fs_hash ((loop)->fs_hash)
87#define sig_pending ((loop)->sig_pending)
88#define nosigmask ((loop)->nosigmask)
89#define sigfd ((loop)->sigfd)
90#define sigfd_w ((loop)->sigfd_w)
91#define sigfd_set ((loop)->sigfd_set)
92#define origflags ((loop)->origflags)
93#define loop_count ((loop)->loop_count)
94#define loop_depth ((loop)->loop_depth)
95#define userdata ((loop)->userdata)
96#define release_cb ((loop)->release_cb)
97#define acquire_cb ((loop)->acquire_cb)
98#define invoke_cb ((loop)->invoke_cb)
80#else 99#else
81#undef EV_WRAP_H 100#undef EV_WRAP_H
82#undef now_floor 101#undef now_floor
83#undef mn_now 102#undef mn_now
84#undef rtmn_diff 103#undef rtmn_diff
85#undef io_blocktime 104#undef io_blocktime
86#undef timeout_blocktime 105#undef timeout_blocktime
87#undef backend 106#undef backend
88#undef activecnt 107#undef activecnt
89#undef loop_count 108#undef loop_done
90#undef backend_fd 109#undef backend_fd
91#undef backend_fudge 110#undef backend_fudge
92#undef backend_modify 111#undef backend_modify
93#undef backend_poll 112#undef backend_poll
94#undef anfds 113#undef anfds
116#undef pollcnt 135#undef pollcnt
117#undef pollidxs 136#undef pollidxs
118#undef pollidxmax 137#undef pollidxmax
119#undef epoll_events 138#undef epoll_events
120#undef epoll_eventmax 139#undef epoll_eventmax
140#undef epoll_eperms
141#undef epoll_epermcnt
142#undef epoll_epermmax
121#undef kqueue_changes 143#undef kqueue_changes
122#undef kqueue_changemax 144#undef kqueue_changemax
123#undef kqueue_changecnt 145#undef kqueue_changecnt
124#undef kqueue_events 146#undef kqueue_events
125#undef kqueue_eventmax 147#undef kqueue_eventmax
126#undef port_events 148#undef port_events
127#undef port_eventmax 149#undef port_eventmax
150#undef iocp
128#undef fdchanges 151#undef fdchanges
129#undef fdchangemax 152#undef fdchangemax
130#undef fdchangecnt 153#undef fdchangecnt
131#undef timers 154#undef timers
132#undef timermax 155#undef timermax
145#undef checkmax 168#undef checkmax
146#undef checkcnt 169#undef checkcnt
147#undef forks 170#undef forks
148#undef forkmax 171#undef forkmax
149#undef forkcnt 172#undef forkcnt
150#undef gotasync 173#undef cleanups
174#undef cleanupmax
175#undef cleanupcnt
176#undef async_pending
151#undef asyncs 177#undef asyncs
152#undef asyncmax 178#undef asyncmax
153#undef asynccnt 179#undef asynccnt
154#undef fs_fd 180#undef fs_fd
155#undef fs_w 181#undef fs_w
156#undef fs_2625 182#undef fs_2625
157#undef fs_hash 183#undef fs_hash
184#undef sig_pending
185#undef nosigmask
186#undef sigfd
187#undef sigfd_w
188#undef sigfd_set
189#undef origflags
190#undef loop_count
191#undef loop_depth
192#undef userdata
193#undef release_cb
194#undef acquire_cb
195#undef invoke_cb
158#endif 196#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines