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

Comparing libev/event.h (file contents):
Revision 1.11 by root, Thu Nov 8 21:08:56 2007 UTC vs.
Revision 1.12 by root, Thu Nov 8 21:14:15 2007 UTC

102void event_set (struct event *ev, int fd, short events, void (*cb)(int, short, void *), void *arg); 102void event_set (struct event *ev, int fd, short events, void (*cb)(int, short, void *), void *arg);
103int event_once (int fd, short events, void (*cb)(int, short, void *), void *arg, struct timeval *tv); 103int event_once (int fd, short events, void (*cb)(int, short, void *), void *arg, struct timeval *tv);
104 104
105int event_add (struct event *ev, struct timeval *tv); 105int event_add (struct event *ev, struct timeval *tv);
106int event_del (struct event *ev); 106int event_del (struct event *ev);
107void event_active(struct event *ev, int res, short ncalls); /* ncalls is being ignored */ 107void event_active (struct event *ev, int res, short ncalls); /* ncalls is being ignored */
108 108
109int event_pending (struct event *ev, short, struct timeval *tv); 109int event_pending (struct event *ev, short, struct timeval *tv);
110 110
111int event_priority_init (int npri); 111int event_priority_init (int npri);
112int event_priority_set (struct event *ev, int pri); 112int event_priority_set (struct event *ev, int pri);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines