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.7 by root, Mon Oct 8 12:58:41 2001 UTC vs.
Revision 1.8 by root, Tue Dec 25 02:33:48 2001 UTC

21package Linux::AIO; 21package Linux::AIO;
22 22
23use base 'Exporter'; 23use base 'Exporter';
24 24
25BEGIN { 25BEGIN {
26 $VERSION = 0.01; 26 $VERSION = 0.011;
27 27
28 @EXPORT = qw(aio_read aio_write aio_open aio_close); 28 @EXPORT = qw(aio_read aio_write aio_open aio_close);
29 @EXPORT_OK = qw(poll_fileno poll_cb min_parallel max_parallel nreqs); 29 @EXPORT_OK = qw(poll_fileno poll_cb min_parallel max_parallel nreqs);
30 30
31 require XSLoader; 31 require XSLoader;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines