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

Comparing libev/ev.c (file contents):
Revision 1.432 by root, Mon May 14 19:09:58 2012 UTC vs.
Revision 1.433 by root, Tue May 15 13:03:20 2012 UTC

2355 EV_INVOKE_PENDING; 2355 EV_INVOKE_PENDING;
2356 } 2356 }
2357#endif 2357#endif
2358 2358
2359#if EV_CHILD_ENABLE 2359#if EV_CHILD_ENABLE
2360 if (ev_is_active (&childev)) 2360 if (ev_is_default_loop (EV_A) && ev_is_active (&childev))
2361 { 2361 {
2362 ev_ref (EV_A); /* child watcher */ 2362 ev_ref (EV_A); /* child watcher */
2363 ev_signal_stop (EV_A_ &childev); 2363 ev_signal_stop (EV_A_ &childev);
2364 } 2364 }
2365#endif 2365#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines