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.3 by root, Thu Nov 1 06:58:21 2007 UTC vs.
Revision 1.4 by root, Thu Nov 1 08:28:58 2007 UTC

86 ONCE_INIT; 86 ONCE_INIT;
87 NV after = SvNV (AvARRAY (av)[0]); 87 NV after = SvNV (AvARRAY (av)[0]);
88 ev_once ( 88 ev_once (
89 -1, 89 -1,
90 0, 90 0,
91 after > 0. ? after : 1e-30, 91 after >= 0. ? after : 0.,
92 once_cb, 92 once_cb,
93 (void *)SvREFCNT_inc (av) 93 (void *)SvREFCNT_inc (av)
94 ); 94 );
95 ONCE_DONE; 95 ONCE_DONE;
96} 96}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines