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

Comparing libev/ev.c (file contents):
Revision 1.434 by root, Fri May 18 00:04:52 2012 UTC vs.
Revision 1.435 by root, Sat May 26 08:52:09 2012 UTC

2812{ 2812{
2813 EV_FREQUENT_CHECK; 2813 EV_FREQUENT_CHECK;
2814 2814
2815 while (periodiccnt && ANHE_at (periodics [HEAP0]) < ev_rt_now) 2815 while (periodiccnt && ANHE_at (periodics [HEAP0]) < ev_rt_now)
2816 { 2816 {
2817 int feed_count = 0;
2818
2819 do 2817 do
2820 { 2818 {
2821 ev_periodic *w = (ev_periodic *)ANHE_w (periodics [HEAP0]); 2819 ev_periodic *w = (ev_periodic *)ANHE_w (periodics [HEAP0]);
2822 2820
2823 /*assert (("libev: inactive timer on periodic heap detected", ev_is_active (w)));*/ 2821 /*assert (("libev: inactive timer on periodic heap detected", ev_is_active (w)));*/

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines