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

Comparing Coro/Coro/State.xs (file contents):
Revision 1.382 by root, Thu Feb 10 08:06:27 2011 UTC vs.
Revision 1.384 by root, Thu Feb 17 01:32:18 2011 UTC

240 CV *startcv; /* the CV to execute */ 240 CV *startcv; /* the CV to execute */
241 AV *args; /* data associated with this coroutine (initial args) */ 241 AV *args; /* data associated with this coroutine (initial args) */
242 int refcnt; /* coroutines are refcounted, yes */ 242 int refcnt; /* coroutines are refcounted, yes */
243 int flags; /* CF_ flags */ 243 int flags; /* CF_ flags */
244 HV *hv; /* the perl hash associated with this coro, if any */ 244 HV *hv; /* the perl hash associated with this coro, if any */
245 void (*on_destroy)(pTHX_ struct coro *coro); 245 void (*on_destroy)(pTHX_ struct coro *coro); /* for temporary use by xs in critical sections */
246 246
247 /* statistics */ 247 /* statistics */
248 int usecount; /* number of transfers to this coro */ 248 int usecount; /* number of transfers to this coro */
249 249
250 /* coro process data */ 250 /* coro process data */
1013 PL_comppad_name_fill = 0; 1013 PL_comppad_name_fill = 0;
1014 PL_comppad_name_floor = 0; 1014 PL_comppad_name_floor = 0;
1015 PL_curpm = 0; 1015 PL_curpm = 0;
1016 PL_curpad = 0; 1016 PL_curpad = 0;
1017 PL_localizing = 0; 1017 PL_localizing = 0;
1018 PL_dirty = 0;
1019 PL_restartop = 0; 1018 PL_restartop = 0;
1020#if PERL_VERSION_ATLEAST (5,10,0) 1019#if PERL_VERSION_ATLEAST (5,10,0)
1021 PL_parser = 0; 1020 PL_parser = 0;
1022#endif 1021#endif
1023 PL_hints = 0; 1022 PL_hints = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines