ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev_wrap.h
Revision: 1.15
Committed: Thu Dec 20 07:12:57 2007 UTC (16 years, 4 months ago) by root
Content type: text/plain
Branch: MAIN
Changes since 1.14: +67 -1 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.6 /* DO NOT EDIT, automatically generated by update_ev_wrap */
2 root 1.15 #ifndef EV_WRAP_H
3     #define EV_WRAP_H
4 root 1.1 #define now_floor ((loop)->now_floor)
5     #define mn_now ((loop)->mn_now)
6     #define rtmn_diff ((loop)->rtmn_diff)
7 root 1.7 #define backend ((loop)->backend)
8 root 1.12 #define activecnt ((loop)->activecnt)
9 root 1.15 #define loop_count ((loop)->loop_count)
10 root 1.7 #define backend_fudge ((loop)->backend_fudge)
11     #define backend_modify ((loop)->backend_modify)
12     #define backend_poll ((loop)->backend_poll)
13 root 1.8 #define backend_fd ((loop)->backend_fd)
14 root 1.12 #define curpid ((loop)->curpid)
15 root 1.3 #define postfork ((loop)->postfork)
16 root 1.1 #define vec_ri ((loop)->vec_ri)
17     #define vec_ro ((loop)->vec_ro)
18     #define vec_wi ((loop)->vec_wi)
19     #define vec_wo ((loop)->vec_wo)
20     #define vec_max ((loop)->vec_max)
21     #define polls ((loop)->polls)
22     #define pollmax ((loop)->pollmax)
23     #define pollcnt ((loop)->pollcnt)
24     #define pollidxs ((loop)->pollidxs)
25     #define pollidxmax ((loop)->pollidxmax)
26     #define epoll_events ((loop)->epoll_events)
27     #define epoll_eventmax ((loop)->epoll_eventmax)
28     #define kqueue_changes ((loop)->kqueue_changes)
29     #define kqueue_changemax ((loop)->kqueue_changemax)
30     #define kqueue_changecnt ((loop)->kqueue_changecnt)
31     #define kqueue_events ((loop)->kqueue_events)
32     #define kqueue_eventmax ((loop)->kqueue_eventmax)
33 root 1.6 #define port_events ((loop)->port_events)
34     #define port_eventmax ((loop)->port_eventmax)
35 root 1.1 #define anfds ((loop)->anfds)
36     #define anfdmax ((loop)->anfdmax)
37     #define pendings ((loop)->pendings)
38     #define pendingmax ((loop)->pendingmax)
39     #define pendingcnt ((loop)->pendingcnt)
40     #define fdchanges ((loop)->fdchanges)
41     #define fdchangemax ((loop)->fdchangemax)
42     #define fdchangecnt ((loop)->fdchangecnt)
43     #define timers ((loop)->timers)
44     #define timermax ((loop)->timermax)
45     #define timercnt ((loop)->timercnt)
46     #define periodics ((loop)->periodics)
47     #define periodicmax ((loop)->periodicmax)
48     #define periodiccnt ((loop)->periodiccnt)
49     #define idles ((loop)->idles)
50     #define idlemax ((loop)->idlemax)
51     #define idlecnt ((loop)->idlecnt)
52 root 1.14 #define idleall ((loop)->idleall)
53 root 1.1 #define prepares ((loop)->prepares)
54     #define preparemax ((loop)->preparemax)
55     #define preparecnt ((loop)->preparecnt)
56     #define checks ((loop)->checks)
57     #define checkmax ((loop)->checkmax)
58     #define checkcnt ((loop)->checkcnt)
59 root 1.9 #define forks ((loop)->forks)
60     #define forkmax ((loop)->forkmax)
61     #define forkcnt ((loop)->forkcnt)
62 root 1.10 #define fs_fd ((loop)->fs_fd)
63 root 1.11 #define fs_w ((loop)->fs_w)
64 root 1.10 #define fs_hash ((loop)->fs_hash)
65 root 1.15 #else
66     #undef EV_WRAP_H
67     #undef now_floor
68     #undef mn_now
69     #undef rtmn_diff
70     #undef backend
71     #undef activecnt
72     #undef loop_count
73     #undef backend_fudge
74     #undef backend_modify
75     #undef backend_poll
76     #undef backend_fd
77     #undef curpid
78     #undef postfork
79     #undef vec_ri
80     #undef vec_ro
81     #undef vec_wi
82     #undef vec_wo
83     #undef vec_max
84     #undef polls
85     #undef pollmax
86     #undef pollcnt
87     #undef pollidxs
88     #undef pollidxmax
89     #undef epoll_events
90     #undef epoll_eventmax
91     #undef kqueue_changes
92     #undef kqueue_changemax
93     #undef kqueue_changecnt
94     #undef kqueue_events
95     #undef kqueue_eventmax
96     #undef port_events
97     #undef port_eventmax
98     #undef anfds
99     #undef anfdmax
100     #undef pendings
101     #undef pendingmax
102     #undef pendingcnt
103     #undef fdchanges
104     #undef fdchangemax
105     #undef fdchangecnt
106     #undef timers
107     #undef timermax
108     #undef timercnt
109     #undef periodics
110     #undef periodicmax
111     #undef periodiccnt
112     #undef idles
113     #undef idlemax
114     #undef idlecnt
115     #undef idleall
116     #undef prepares
117     #undef preparemax
118     #undef preparecnt
119     #undef checks
120     #undef checkmax
121     #undef checkcnt
122     #undef forks
123     #undef forkmax
124     #undef forkcnt
125     #undef fs_fd
126     #undef fs_w
127     #undef fs_hash
128     #endif