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.91 by root, Wed Nov 8 01:57:43 2006 UTC vs.
Revision 1.92 by root, Wed Nov 8 01:59:59 2006 UTC

1651 1651
1652int 1652int
1653poll() 1653poll()
1654 PROTOTYPE: 1654 PROTOTYPE:
1655 CODE: 1655 CODE:
1656 if (nreqs)
1657 {
1658 poll_wait (); 1656 poll_wait ();
1659 RETVAL = poll_cb (); 1657 RETVAL = poll_cb ();
1660 }
1661 else
1662 RETVAL = 0;
1663 OUTPUT: 1658 OUTPUT:
1664 RETVAL 1659 RETVAL
1665 1660
1666int 1661int
1667poll_fileno() 1662poll_fileno()
1681 1676
1682void 1677void
1683poll_wait() 1678poll_wait()
1684 PROTOTYPE: 1679 PROTOTYPE:
1685 CODE: 1680 CODE:
1686 if (nreqs)
1687 poll_wait (); 1681 poll_wait ();
1688 1682
1689int 1683int
1690nreqs() 1684nreqs()
1691 PROTOTYPE: 1685 PROTOTYPE:
1692 CODE: 1686 CODE:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines