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

Comparing libev/event.c (file contents):
Revision 1.33 by root, Tue Dec 25 07:05:46 2007 UTC vs.
Revision 1.34 by root, Wed Apr 9 21:09:10 2008 UTC

357 ev_tstamp after = tv_get (tv); 357 ev_tstamp after = tv_get (tv);
358 dLOOPbase; 358 dLOOPbase;
359 359
360 ev_once (EV_A_ -1, 0, after >= 0. ? after : 0., x_loopexit_cb, (void *)base); 360 ev_once (EV_A_ -1, 0, after >= 0. ? after : 0., x_loopexit_cb, (void *)base);
361 361
362 return -1; 362 return 0;
363} 363}
364 364
365struct x_once 365struct x_once
366{ 366{
367 int fd; 367 int fd;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines