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

Comparing libev/ev.c (file contents):
Revision 1.351 by root, Sat Oct 16 06:46:55 2010 UTC vs.
Revision 1.352 by root, Thu Oct 21 02:33:08 2010 UTC

3577ev_async_start (EV_P_ ev_async *w) 3577ev_async_start (EV_P_ ev_async *w)
3578{ 3578{
3579 if (expect_false (ev_is_active (w))) 3579 if (expect_false (ev_is_active (w)))
3580 return; 3580 return;
3581 3581
3582 w->sent = 0;
3583
3582 evpipe_init (EV_A); 3584 evpipe_init (EV_A);
3583 3585
3584 EV_FREQUENT_CHECK; 3586 EV_FREQUENT_CHECK;
3585 3587
3586 ev_start (EV_A_ (W)w, ++asynccnt); 3588 ev_start (EV_A_ (W)w, ++asynccnt);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines