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.13 by root, Thu Dec 27 21:48:27 2007 UTC vs.
Revision 1.14 by root, Thu Apr 24 12:40:39 2008 UTC

17 av_push (av, newSViv (revents)); 17 av_push (av, newSViv (revents));
18 CORO_READY (AvARRAY (av)[0]); 18 CORO_READY (AvARRAY (av)[0]);
19 SvREFCNT_dec (av); 19 SvREFCNT_dec (av);
20} 20}
21 21
22#define ONCE_INIT AV *av = GvAV (PL_defgv); 22#define ONCE_INIT AV *av = GvAV (PL_defgv)
23#define ONCE_DONE av_clear (av); av_push (av, newRV_inc (CORO_CURRENT)); 23#define ONCE_DONE av_clear (av); av_push (av, newRV_inc (CORO_CURRENT))
24 24
25static struct ev_prepare scheduler; 25static struct ev_prepare scheduler;
26static struct ev_idle idler; 26static struct ev_idle idler;
27static int inhibit; 27static int inhibit;
28 28

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines