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

Comparing libev/ev.c (file contents):
Revision 1.169 by root, Sat Dec 8 14:27:39 2007 UTC vs.
Revision 1.170 by root, Sat Dec 8 22:11:14 2007 UTC

1414 queue_events (EV_A_ (W *)forks, forkcnt, EV_FORK); 1414 queue_events (EV_A_ (W *)forks, forkcnt, EV_FORK);
1415 call_pending (EV_A); 1415 call_pending (EV_A);
1416 } 1416 }
1417#endif 1417#endif
1418 1418
1419 /* queue check watchers (and execute them) */ 1419 /* queue prepare watchers (and execute them) */
1420 if (expect_false (preparecnt)) 1420 if (expect_false (preparecnt))
1421 { 1421 {
1422 queue_events (EV_A_ (W *)prepares, preparecnt, EV_PREPARE); 1422 queue_events (EV_A_ (W *)prepares, preparecnt, EV_PREPARE);
1423 call_pending (EV_A); 1423 call_pending (EV_A);
1424 } 1424 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines