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

Comparing IO-AIO/AIO.xs (file contents):
Revision 1.5 by root, Sun Jul 10 23:45:16 2005 UTC vs.
Revision 1.6 by root, Mon Jul 11 01:03:17 2005 UTC

572 req->callback = SvREFCNT_inc (callback); 572 req->callback = SvREFCNT_inc (callback);
573 573
574 send_req (req); 574 send_req (req);
575} 575}
576 576
577void
578flush()
579 PROTOTYPE:
580 CODE:
581 while (nreqs)
582 {
583 poll_wait ();
584 poll_cb ();
585 }
586
577int 587int
578poll_fileno() 588poll_fileno()
579 PROTOTYPE: 589 PROTOTYPE:
580 CODE: 590 CODE:
581 RETVAL = respipe [0]; 591 RETVAL = respipe [0];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines