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.9 by root, Fri Nov 16 01:33:54 2007 UTC vs.
Revision 1.10 by root, Fri Nov 23 05:13:49 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 */
6VARx(int, method) 6VARx(int, backend)
7 7
8VARx(ev_tstamp, method_fudge) /* assumed typical timer resolution */ 8VARx(ev_tstamp, backend_fudge) /* assumed typical timer resolution */
9VAR (method_modify, void (*method_modify)(EV_P_ int fd, int oev, int nev)) 9VAR (backend_modify, void (*backend_modify)(EV_P_ int fd, int oev, int nev))
10VAR (method_poll , void (*method_poll)(EV_P_ ev_tstamp timeout)) 10VAR (backend_poll , void (*backend_poll)(EV_P_ ev_tstamp timeout))
11 11
12VARx(int, postfork) /* true if we need to recreate kernel state after fork */ 12VARx(int, postfork) /* true if we need to recreate kernel state after fork */
13VARx(int, activecnt) /* number of active events */ 13VARx(int, activecnt) /* number of active events */
14 14
15#if EV_USE_SELECT || EV_GENWRAP 15#if EV_USE_SELECT || EV_GENWRAP

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines