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.5 by root, Sat Nov 10 03:13:50 2007 UTC vs.
Revision 1.7 by root, Sun Nov 11 01:07:35 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, ev_rt_now)
6VARx(ev_tstamp, rtmn_diff) /* difference realtime - monotonic time */ 5VARx(ev_tstamp, rtmn_diff) /* difference realtime - monotonic time */
7VARx(int, method) 6VARx(int, method)
8 7
9VARx(ev_tstamp, method_fudge) /* assumed typical timer resolution */ 8VARx(ev_tstamp, method_fudge) /* assumed typical timer resolution */
10VAR (method_modify, void (*method_modify)(EV_P_ int fd, int oev, int nev)) 9VAR (method_modify, void (*method_modify)(EV_P_ int fd, int oev, int nev))
58 57
59VARx(struct ev_timer **, timers) 58VARx(struct ev_timer **, timers)
60VARx(int, timermax) 59VARx(int, timermax)
61VARx(int, timercnt) 60VARx(int, timercnt)
62 61
62#if EV_PERIODICS || EV_GENWRAP
63VARx(struct ev_periodic **, periodics) 63VARx(struct ev_periodic **, periodics)
64VARx(int, periodicmax) 64VARx(int, periodicmax)
65VARx(int, periodiccnt) 65VARx(int, periodiccnt)
66#endif
66 67
67VARx(struct ev_idle **, idles) 68VARx(struct ev_idle **, idles)
68VARx(int, idlemax) 69VARx(int, idlemax)
69VARx(int, idlecnt) 70VARx(int, idlecnt)
70 71

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines