ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev_vars.h
(Generate patch)

Comparing libev/ev_vars.h (file contents):
Revision 1.65 by root, Tue Jul 2 06:07:54 2019 UTC vs.
Revision 1.67 by root, Fri Dec 27 16:08:24 2019 UTC

143VARx(uint32_t, iouring_cq_overflow) 143VARx(uint32_t, iouring_cq_overflow)
144VARx(uint32_t, iouring_cq_cqes) 144VARx(uint32_t, iouring_cq_cqes)
145VARx(ev_tstamp, iouring_tfd_to) 145VARx(ev_tstamp, iouring_tfd_to)
146VARx(int, iouring_tfd) 146VARx(int, iouring_tfd)
147VARx(ev_io, iouring_tfd_w) 147VARx(ev_io, iouring_tfd_w)
148VARx(ev_io, iouring_epoll_w)
149#endif 148#endif
150 149
151#if EV_USE_KQUEUE || EV_GENWRAP 150#if EV_USE_KQUEUE || EV_GENWRAP
152VARx(pid_t, kqueue_fd_pid) 151VARx(pid_t, kqueue_fd_pid)
153VARx(struct kevent *, kqueue_changes) 152VARx(struct kevent *, kqueue_changes)
226VARx(int, sigfd) 225VARx(int, sigfd)
227VARx(ev_io, sigfd_w) 226VARx(ev_io, sigfd_w)
228VARx(sigset_t, sigfd_set) 227VARx(sigset_t, sigfd_set)
229#endif 228#endif
230 229
230#if EV_USE_TIMERFD || EV_GENWRAP
231VARx(int, timerfd) /* timerfd for time jump detection */
232VARx(ev_io, timerfd_w)
233#endif
234
231VARx(unsigned int, origflags) /* original loop flags */ 235VARx(unsigned int, origflags) /* original loop flags */
232 236
233#if EV_FEATURE_API || EV_GENWRAP 237#if EV_FEATURE_API || EV_GENWRAP
234VARx(unsigned int, loop_count) /* total number of loop iterations/blocks */ 238VARx(unsigned int, loop_count) /* total number of loop iterations/blocks */
235VARx(unsigned int, loop_depth) /* #ev_run enters - #ev_run leaves */ 239VARx(unsigned int, loop_depth) /* #ev_run enters - #ev_run leaves */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines