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

Comparing Linux-AIO/AIO.pm (file contents):
Revision 1.22 by root, Thu Mar 3 17:26:54 2005 UTC vs.
Revision 1.23 by root, Wed Jun 29 15:22:36 2005 UTC

70 70
71 Event->io (fd => Linux::AIO::poll_fileno, 71 Event->io (fd => Linux::AIO::poll_fileno,
72 poll => 'r', async => 1, 72 poll => 'r', async => 1,
73 cb => \&Linux::AIO::poll_cb ); 73 cb => \&Linux::AIO::poll_cb );
74 74
75
76=item Linux::AIO::nreqs 75=item Linux::AIO::nreqs
77 76
78Returns the number of requests currently outstanding. 77Returns the number of requests currently outstanding.
79 78
80=item aio_open $pathname, $flags, $mode, $callback 79=item aio_open $pathname, $flags, $mode, $callback

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines