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.19 by root, Wed Dec 12 00:17:08 2007 UTC vs.
Revision 1.20 by root, Sat Dec 22 05:48:03 2007 UTC

1#define VARx(type,name) VAR(name, type name) 1#define VARx(type,name) VAR(name, type name)
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 */
6
7VARx(ev_tstamp, io_blocktime);
8VARx(ev_tstamp, timeout_blocktime);
9
6VARx(int, backend) 10VARx(int, backend)
7VARx(int, activecnt) /* total number of active events ("refcount") */ 11VARx(int, activecnt) /* total number of active events ("refcount") */
8VARx(unsigned int, loop_count); /* total number of loop iterations/blocks */ 12VARx(unsigned int, loop_count); /* total number of loop iterations/blocks */
9 13
14VARx(int, backend_fd)
10VARx(ev_tstamp, backend_fudge) /* assumed typical timer resolution */ 15VARx(ev_tstamp, backend_fudge) /* assumed typical timer resolution */
11VAR (backend_modify, void (*backend_modify)(EV_P_ int fd, int oev, int nev)) 16VAR (backend_modify, void (*backend_modify)(EV_P_ int fd, int oev, int nev))
12VAR (backend_poll , void (*backend_poll)(EV_P_ ev_tstamp timeout)) 17VAR (backend_poll , void (*backend_poll)(EV_P_ ev_tstamp timeout))
13VARx(int, backend_fd)
14 18
15#if !defined(_WIN32) || EV_GENWRAP 19#if !defined(_WIN32) || EV_GENWRAP
16VARx(pid_t, curpid) 20VARx(pid_t, curpid)
17#endif 21#endif
18 22

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines