ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev.h
(Generate patch)

Comparing libev/ev.h (file contents):
Revision 1.25 by root, Sat Nov 3 11:44:44 2007 UTC vs.
Revision 1.26 by root, Sat Nov 3 19:41:55 2007 UTC

84 EV_COMMON; /* rw */ \ 84 EV_COMMON; /* rw */ \
85 void (*cb)(struct type *, int revents); /* rw */ /* gets invoked with an eventmask */ 85 void (*cb)(struct type *, int revents); /* rw */ /* gets invoked with an eventmask */
86 86
87#define EV_WATCHER_LIST(type) \ 87#define EV_WATCHER_LIST(type) \
88 EV_WATCHER (type); \ 88 EV_WATCHER (type); \
89 struct type *next /* private */ 89 struct ev_watcher_list *next /* private */
90 90
91#define EV_WATCHER_TIME(type) \ 91#define EV_WATCHER_TIME(type) \
92 EV_WATCHER (type); \ 92 EV_WATCHER (type); \
93 ev_tstamp at /* private */ 93 ev_tstamp at /* private */
94 94

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines