~ubuntu-branches/ubuntu/trusty/rxvt-unicode/trusty-proposed

« back to all changes in this revision

Viewing changes to libev/ev_wrap.h

  • Committer: Bazaar Package Importer
  • Author(s): Decklin Foster
  • Date: 2008-06-16 21:15:27 UTC
  • mfrom: (1.1.13 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080616211527-f90zn8olh4d2486w
New Upstream Version

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
#define backend_fudge ((loop)->backend_fudge)
14
14
#define backend_modify ((loop)->backend_modify)
15
15
#define backend_poll ((loop)->backend_poll)
 
16
#define evfd ((loop)->evfd)
 
17
#define evpipe ((loop)->evpipe)
 
18
#define pipeev ((loop)->pipeev)
16
19
#define curpid ((loop)->curpid)
17
20
#define postfork ((loop)->postfork)
18
21
#define vec_ri ((loop)->vec_ri)
19
22
#define vec_ro ((loop)->vec_ro)
20
23
#define vec_wi ((loop)->vec_wi)
21
24
#define vec_wo ((loop)->vec_wo)
 
25
#define vec_eo ((loop)->vec_eo)
22
26
#define vec_max ((loop)->vec_max)
23
27
#define polls ((loop)->polls)
24
28
#define pollmax ((loop)->pollmax)
61
65
#define forks ((loop)->forks)
62
66
#define forkmax ((loop)->forkmax)
63
67
#define forkcnt ((loop)->forkcnt)
 
68
#define gotasync ((loop)->gotasync)
 
69
#define asyncs ((loop)->asyncs)
 
70
#define asyncmax ((loop)->asyncmax)
 
71
#define asynccnt ((loop)->asynccnt)
64
72
#define fs_fd ((loop)->fs_fd)
65
73
#define fs_w ((loop)->fs_w)
66
74
#define fs_hash ((loop)->fs_hash)
78
86
#undef backend_fudge
79
87
#undef backend_modify
80
88
#undef backend_poll
 
89
#undef evfd
 
90
#undef evpipe
 
91
#undef pipeev
81
92
#undef curpid
82
93
#undef postfork
83
94
#undef vec_ri
84
95
#undef vec_ro
85
96
#undef vec_wi
86
97
#undef vec_wo
 
98
#undef vec_eo
87
99
#undef vec_max
88
100
#undef polls
89
101
#undef pollmax
126
138
#undef forks
127
139
#undef forkmax
128
140
#undef forkcnt
 
141
#undef gotasync
 
142
#undef asyncs
 
143
#undef asyncmax
 
144
#undef asynccnt
129
145
#undef fs_fd
130
146
#undef fs_w
131
147
#undef fs_hash