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

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

232 } 232 }
233 233
234 return 0; 234 return 0;
235} 235}
236 236
237void event_active (struct event *ev, int fd, short events)
238{
239 /* unclear what this does, likely internal-use */
240}
241
242int event_pending (struct event *ev, short events, struct timeval *tv) 237int event_pending (struct event *ev, short events, struct timeval *tv)
243{ 238{
244 short revents; 239 short revents;
245 240
246 if (ev->io.pending) 241 if (ev->io.pending)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines