ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/EV/EV.xs
(Generate patch)

Comparing Coro/EV/EV.xs (file contents):
Revision 1.10 by root, Thu Dec 13 05:15:27 2007 UTC vs.
Revision 1.11 by root, Thu Dec 13 16:39:01 2007 UTC

216 SV *to = AvARRAY (handle)[2]; 216 SV *to = AvARRAY (handle)[2];
217 217
218 if (SvOK (to)) 218 if (SvOK (to))
219 { 219 {
220 ev_timer_set (&dir->tw, 0., SvNV (to)); 220 ev_timer_set (&dir->tw, 0., SvNV (to));
221 ev_timer_start (EV_DEFAULT_ &dir->tw); 221 ev_timer_again (EV_DEFAULT_ &dir->tw);
222 } 222 }
223 } 223 }
224 224
225 ev_io_start (EV_DEFAULT_ &dir->io); 225 ev_io_start (EV_DEFAULT_ &dir->io);
226} 226}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines