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.174 by root, Sun Sep 30 13:43:18 2007 UTC vs.
Revision 1.175 by root, Sun Sep 30 13:43:45 2007 UTC

1781 croak ("\3terminate\2\n"); 1781 croak ("\3terminate\2\n");
1782 1782
1783 av_clear (GvAV (PL_defgv)); 1783 av_clear (GvAV (PL_defgv));
1784 hv_store ((HV *)SvRV (coro_current), "desc", sizeof ("desc") - 1, 1784 hv_store ((HV *)SvRV (coro_current), "desc", sizeof ("desc") - 1,
1785 newSVpvn ("[async_pool idle]", sizeof ("[async_pool idle]") - 1), 0); 1785 newSVpvn ("[async_pool idle]", sizeof ("[async_pool idle]") - 1), 0);
1786
1786 coro->save = CORO_SAVE_DEF; 1787 coro->save = CORO_SAVE_DEF;
1787 coro->prio = 0; 1788 coro->prio = 0;
1788 1789
1789 if (coro->cctx && (coro->cctx->flags & CC_TRACE)) 1790 if (coro->cctx && (coro->cctx->flags & CC_TRACE))
1790 api_trace (coro_current, 0); 1791 api_trace (coro_current, 0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines