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.30 by root, Sun Oct 24 18:09:58 2010 UTC

45#define kqueue_changecnt ((loop)->kqueue_changecnt) 45#define kqueue_changecnt ((loop)->kqueue_changecnt)
46#define kqueue_events ((loop)->kqueue_events) 46#define kqueue_events ((loop)->kqueue_events)
47#define kqueue_eventmax ((loop)->kqueue_eventmax) 47#define kqueue_eventmax ((loop)->kqueue_eventmax)
48#define port_events ((loop)->port_events) 48#define port_events ((loop)->port_events)
49#define port_eventmax ((loop)->port_eventmax) 49#define port_eventmax ((loop)->port_eventmax)
50#define iocp ((loop)->iocp)
50#define fdchanges ((loop)->fdchanges) 51#define fdchanges ((loop)->fdchanges)
51#define fdchangemax ((loop)->fdchangemax) 52#define fdchangemax ((loop)->fdchangemax)
52#define fdchangecnt ((loop)->fdchangecnt) 53#define fdchangecnt ((loop)->fdchangecnt)
53#define timers ((loop)->timers) 54#define timers ((loop)->timers)
54#define timermax ((loop)->timermax) 55#define timermax ((loop)->timermax)
67#define checkmax ((loop)->checkmax) 68#define checkmax ((loop)->checkmax)
68#define checkcnt ((loop)->checkcnt) 69#define checkcnt ((loop)->checkcnt)
69#define forks ((loop)->forks) 70#define forks ((loop)->forks)
70#define forkmax ((loop)->forkmax) 71#define forkmax ((loop)->forkmax)
71#define forkcnt ((loop)->forkcnt) 72#define forkcnt ((loop)->forkcnt)
72#define sig_pending ((loop)->sig_pending) 73#define cleanups ((loop)->cleanups)
74#define cleanupmax ((loop)->cleanupmax)
75#define cleanupcnt ((loop)->cleanupcnt)
73#define async_pending ((loop)->async_pending) 76#define async_pending ((loop)->async_pending)
74#define asyncs ((loop)->asyncs) 77#define asyncs ((loop)->asyncs)
75#define asyncmax ((loop)->asyncmax) 78#define asyncmax ((loop)->asyncmax)
76#define asynccnt ((loop)->asynccnt) 79#define asynccnt ((loop)->asynccnt)
77#define fs_fd ((loop)->fs_fd) 80#define fs_fd ((loop)->fs_fd)
78#define fs_w ((loop)->fs_w) 81#define fs_w ((loop)->fs_w)
79#define fs_2625 ((loop)->fs_2625) 82#define fs_2625 ((loop)->fs_2625)
80#define fs_hash ((loop)->fs_hash) 83#define fs_hash ((loop)->fs_hash)
84#define sig_pending ((loop)->sig_pending)
81#define sigfd ((loop)->sigfd) 85#define sigfd ((loop)->sigfd)
82#define sigfd_w ((loop)->sigfd_w) 86#define sigfd_w ((loop)->sigfd_w)
83#define sigfd_set ((loop)->sigfd_set) 87#define sigfd_set ((loop)->sigfd_set)
84#define loop_count ((loop)->loop_count) 88#define loop_count ((loop)->loop_count)
85#define loop_depth ((loop)->loop_depth) 89#define loop_depth ((loop)->loop_depth)
133#undef kqueue_changecnt 137#undef kqueue_changecnt
134#undef kqueue_events 138#undef kqueue_events
135#undef kqueue_eventmax 139#undef kqueue_eventmax
136#undef port_events 140#undef port_events
137#undef port_eventmax 141#undef port_eventmax
142#undef iocp
138#undef fdchanges 143#undef fdchanges
139#undef fdchangemax 144#undef fdchangemax
140#undef fdchangecnt 145#undef fdchangecnt
141#undef timers 146#undef timers
142#undef timermax 147#undef timermax
155#undef checkmax 160#undef checkmax
156#undef checkcnt 161#undef checkcnt
157#undef forks 162#undef forks
158#undef forkmax 163#undef forkmax
159#undef forkcnt 164#undef forkcnt
160#undef sig_pending 165#undef cleanups
166#undef cleanupmax
167#undef cleanupcnt
161#undef async_pending 168#undef async_pending
162#undef asyncs 169#undef asyncs
163#undef asyncmax 170#undef asyncmax
164#undef asynccnt 171#undef asynccnt
165#undef fs_fd 172#undef fs_fd
166#undef fs_w 173#undef fs_w
167#undef fs_2625 174#undef fs_2625
168#undef fs_hash 175#undef fs_hash
176#undef sig_pending
169#undef sigfd 177#undef sigfd
170#undef sigfd_w 178#undef sigfd_w
171#undef sigfd_set 179#undef sigfd_set
172#undef loop_count 180#undef loop_count
173#undef loop_depth 181#undef loop_depth

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines