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

Comparing libev/ev.c (file contents):
Revision 1.90 by root, Sun Nov 11 00:05:59 2007 UTC vs.
Revision 1.91 by root, Sun Nov 11 00:06:48 2007 UTC

1337 { 1337 {
1338 timers [((W)w)->active - 1] = timers [timercnt]; 1338 timers [((W)w)->active - 1] = timers [timercnt];
1339 downheap ((WT *)timers, timercnt, ((W)w)->active - 1); 1339 downheap ((WT *)timers, timercnt, ((W)w)->active - 1);
1340 } 1340 }
1341 1341
1342 ((WT)w)->at = w->repeat; 1342 ((WT)w)->at -= mn_now;
1343 1343
1344 ev_stop (EV_A_ (W)w); 1344 ev_stop (EV_A_ (W)w);
1345} 1345}
1346 1346
1347void 1347void

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines