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.90 by root, Tue Oct 31 00:32:19 2006 UTC vs.
Revision 1.91 by root, Wed Nov 8 01:57:43 2006 UTC

1644 PROTOTYPE: 1644 PROTOTYPE:
1645 CODE: 1645 CODE:
1646 while (nreqs) 1646 while (nreqs)
1647 { 1647 {
1648 poll_wait (); 1648 poll_wait ();
1649 poll_cb (0); 1649 poll_cb ();
1650 } 1650 }
1651 1651
1652void 1652int
1653poll() 1653poll()
1654 PROTOTYPE: 1654 PROTOTYPE:
1655 CODE: 1655 CODE:
1656 if (nreqs) 1656 if (nreqs)
1657 { 1657 {
1658 poll_wait (); 1658 poll_wait ();
1659 poll_cb (0); 1659 RETVAL = poll_cb ();
1660 } 1660 }
1661 else
1662 RETVAL = 0;
1663 OUTPUT:
1664 RETVAL
1661 1665
1662int 1666int
1663poll_fileno() 1667poll_fileno()
1664 PROTOTYPE: 1668 PROTOTYPE:
1665 CODE: 1669 CODE:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines