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.20 by root, Sat Dec 22 05:48:03 2007 UTC vs.
Revision 1.21 by root, Sat Dec 22 07:24:20 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 */
6 6
7VARx(ev_tstamp, io_blocktime); 7VARx(ev_tstamp, io_blocktime)
8VARx(ev_tstamp, timeout_blocktime); 8VARx(ev_tstamp, timeout_blocktime)
9 9
10VARx(int, backend) 10VARx(int, backend)
11VARx(int, activecnt) /* total number of active events ("refcount") */ 11VARx(int, activecnt) /* total number of active events ("refcount") */
12VARx(unsigned int, loop_count); /* total number of loop iterations/blocks */ 12VARx(unsigned int, loop_count); /* total number of loop iterations/blocks */
13 13

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines