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.256 by root, Sat Nov 8 13:32:18 2008 UTC vs.
Revision 1.257 by root, Sun Nov 9 15:35:44 2008 UTC

292#define PRIO_MIN -4 292#define PRIO_MIN -4
293 293
294/* for Coro.pm */ 294/* for Coro.pm */
295static SV *coro_current; 295static SV *coro_current;
296static SV *coro_readyhook; 296static SV *coro_readyhook;
297static AV *coro_ready [PRIO_MAX-PRIO_MIN+1]; 297static AV *coro_ready [PRIO_MAX - PRIO_MIN + 1];
298static int coro_nready; 298static int coro_nready;
299static struct coro *coro_first; 299static struct coro *coro_first;
300 300
301/** lowlevel stuff **********************************************************/ 301/** lowlevel stuff **********************************************************/
302 302

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines