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

Comparing libev/event.h (file contents):
Revision 1.2 by root, Thu Nov 1 18:30:26 2007 UTC vs.
Revision 1.3 by root, Fri Nov 2 11:02:23 2007 UTC

98void event_set (struct event *ev, int fd, short events, void (*cb)(int, short, void *), void *arg); 98void event_set (struct event *ev, int fd, short events, void (*cb)(int, short, void *), void *arg);
99int event_once (int fd, short events, void (*cb)(int, short, void *), void *arg, struct timeval *tv); 99int event_once (int fd, short events, void (*cb)(int, short, void *), void *arg, struct timeval *tv);
100 100
101int event_add (struct event *ev, struct timeval *tv); 101int event_add (struct event *ev, struct timeval *tv);
102int event_del (struct event *ev); 102int event_del (struct event *ev);
103void event_active (struct event *ev, int fd, short events);
104 103
105int event_pending (struct event *ev, short, struct timeval *tv); 104int event_pending (struct event *ev, short, struct timeval *tv);
106 105
107int event_priority_init (int npri); 106int event_priority_init (int npri);
108int event_priority_set (struct event *ev, int pri); 107int event_priority_set (struct event *ev, int pri);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines