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.8 by root, Mon Nov 12 00:31:08 2007 UTC vs.
Revision 1.9 by root, Fri Nov 16 01:33:54 2007 UTC

42VARx(int, kqueue_changecnt) 42VARx(int, kqueue_changecnt)
43VARx(struct kevent *, kqueue_events) 43VARx(struct kevent *, kqueue_events)
44VARx(int, kqueue_eventmax) 44VARx(int, kqueue_eventmax)
45#endif 45#endif
46 46
47#if EV_USE_PORT || EV_GENWRAP
48VARx(int, port_fd)
49VARx(struct port_event *, port_events)
50VARx(int, port_eventmax)
51#endif
52
47VARx(ANFD *, anfds) 53VARx(ANFD *, anfds)
48VARx(int, anfdmax) 54VARx(int, anfdmax)
49 55
50VAR (pendings, ANPENDING *pendings [NUMPRI]) 56VAR (pendings, ANPENDING *pendings [NUMPRI])
51VAR (pendingmax, int pendingmax [NUMPRI]) 57VAR (pendingmax, int pendingmax [NUMPRI])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines