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.72 by root, Thu Nov 22 12:28:27 2007 UTC

394 394
395int ev_method () 395int ev_method ()
396 396
397NV ev_time () 397NV ev_time ()
398 398
399int ev_default_loop (int methods = EVFLAG_AUTO) 399int ev_default_loop (int methods = EVMETHOD_ALL)
400 400
401void ev_loop (int flags = 0) 401void ev_loop (int flags = 0)
402 402
403void ev_unloop (int how = 1) 403void ev_unloop (int how = 1)
404 404
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