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.4 by root, Tue Nov 6 00:52:33 2007 UTC vs.
Revision 1.5 by root, Sat Nov 10 03:13:50 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, rt_now) 5VARx(ev_tstamp, ev_rt_now)
6VARx(ev_tstamp, rtmn_diff) /* difference realtime - monotonic time */ 6VARx(ev_tstamp, rtmn_diff) /* difference realtime - monotonic time */
7VARx(int, method) 7VARx(int, method)
8 8
9VARx(ev_tstamp, method_fudge) /* assumed typical timer resolution */ 9VARx(ev_tstamp, method_fudge) /* assumed typical timer resolution */
10VAR (method_modify, void (*method_modify)(EV_P_ int fd, int oev, int nev)) 10VAR (method_modify, void (*method_modify)(EV_P_ int fd, int oev, int nev))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines