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

Comparing libev/event.c (file contents):
Revision 1.29 by root, Mon Nov 12 08:00:28 2007 UTC vs.
Revision 1.30 by root, Mon Nov 12 21:51:14 2007 UTC

345static void 345static void
346x_loopexit_cb (int revents, void *base) 346x_loopexit_cb (int revents, void *base)
347{ 347{
348 dLOOPbase; 348 dLOOPbase;
349 349
350 ev_unloop (EV_A_ EVUNLOOP_ONCE); 350 ev_unloop (EV_A_ EVUNLOOP_ONE);
351} 351}
352 352
353int event_base_loopexit (struct event_base *base, struct timeval *tv) 353int event_base_loopexit (struct event_base *base, struct timeval *tv)
354{ 354{
355 ev_tstamp after = tv_get (tv); 355 ev_tstamp after = tv_get (tv);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines