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

Comparing EV/EV.xs (file contents):
Revision 1.68 by root, Mon Nov 12 23:24:37 2007 UTC vs.
Revision 1.69 by root, Fri Nov 16 01:46:26 2007 UTC

487 OUTPUT: 487 OUTPUT:
488 RETVAL 488 RETVAL
489 489
490struct ev_child *child (int pid, SV *cb) 490struct ev_child *child (int pid, SV *cb)
491 ALIAS: 491 ALIAS:
492 check_ns = 1 492 child_ns = 1
493 CODE: 493 CODE:
494 RETVAL = e_new (sizeof (struct ev_child), cb); 494 RETVAL = e_new (sizeof (struct ev_child), cb);
495 ev_child_set (RETVAL, pid); 495 ev_child_set (RETVAL, pid);
496 if (!ix) ev_child_start (RETVAL); 496 if (!ix) ev_child_start (RETVAL);
497 OUTPUT: 497 OUTPUT:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines