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

Comparing IO-AIO/AIO.pm (file contents):
Revision 1.17 by root, Mon Jul 11 03:29:22 2005 UTC vs.
Revision 1.18 by root, Mon Jul 11 03:29:39 2005 UTC

59use base 'Exporter'; 59use base 'Exporter';
60 60
61use Fcntl (); 61use Fcntl ();
62 62
63BEGIN { 63BEGIN {
64 $VERSION = 0.3; 64 $VERSION = 0.4;
65 65
66 @EXPORT = qw(aio_read aio_write aio_open aio_close aio_stat aio_lstat aio_unlink 66 @EXPORT = qw(aio_read aio_write aio_open aio_close aio_stat aio_lstat aio_unlink
67 aio_fsync aio_fdatasync aio_readahead); 67 aio_fsync aio_fdatasync aio_readahead);
68 @EXPORT_OK = qw(poll_fileno poll_cb min_parallel max_parallel max_outstanding nreqs); 68 @EXPORT_OK = qw(poll_fileno poll_cb min_parallel max_parallel max_outstanding nreqs);
69 69

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines