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.15 by root, Wed Nov 28 11:41:19 2007 UTC vs.
Revision 1.16 by root, Thu Nov 29 17:28:13 2007 UTC

2 2
3VARx(ev_tstamp, now_floor) /* last time we refreshed rt_time */ 3VARx(ev_tstamp, now_floor) /* last time we refreshed rt_time */
4VARx(ev_tstamp, mn_now) /* monotonic clock "now" */ 4VARx(ev_tstamp, mn_now) /* monotonic clock "now" */
5VARx(ev_tstamp, rtmn_diff) /* difference realtime - monotonic time */ 5VARx(ev_tstamp, rtmn_diff) /* difference realtime - monotonic time */
6VARx(int, backend) 6VARx(int, backend)
7VARx(int, activecnt) /* total number of active events ("refcount") */
7 8
8VARx(ev_tstamp, backend_fudge) /* assumed typical timer resolution */ 9VARx(ev_tstamp, backend_fudge) /* assumed typical timer resolution */
9VAR (backend_modify, void (*backend_modify)(EV_P_ int fd, int oev, int nev)) 10VAR (backend_modify, void (*backend_modify)(EV_P_ int fd, int oev, int nev))
10VAR (backend_poll , void (*backend_poll)(EV_P_ ev_tstamp timeout)) 11VAR (backend_poll , void (*backend_poll)(EV_P_ ev_tstamp timeout))
11VARx(int, backend_fd) 12VARx(int, backend_fd)
12 13
14#if !defined(_WIN32) || EV_GENWRAP
15VARx(pid_t, curpid)
16#endif
17
13VARx(int, postfork) /* true if we need to recreate kernel state after fork */ 18VARx(int, postfork) /* true if we need to recreate kernel state after fork */
14VARx(int, activecnt) /* total number of active events ("refcount") */
15 19
16#if EV_USE_SELECT || EV_GENWRAP 20#if EV_USE_SELECT || EV_GENWRAP
17VARx(void *, vec_ri) 21VARx(void *, vec_ri)
18VARx(void *, vec_ro) 22VARx(void *, vec_ro)
19VARx(void *, vec_wi) 23VARx(void *, vec_wi)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines