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.30 by root, Sat Jul 9 23:30:00 2005 UTC vs.
Revision 1.31 by root, Sun Jul 10 01:03:06 2005 UTC

45package Linux::AIO; 45package Linux::AIO;
46 46
47use base 'Exporter'; 47use base 'Exporter';
48 48
49BEGIN { 49BEGIN {
50 $VERSION = 1.7; 50 $VERSION = 1.71;
51 51
52 @EXPORT = qw(aio_read aio_write aio_open aio_close aio_stat aio_lstat aio_unlink 52 @EXPORT = qw(aio_read aio_write aio_open aio_close aio_stat aio_lstat aio_unlink
53 aio_fsync aio_fdatasync aio_readahead); 53 aio_fsync aio_fdatasync aio_readahead);
54 @EXPORT_OK = qw(poll_fileno poll_cb min_parallel max_parallel nreqs); 54 @EXPORT_OK = qw(poll_fileno poll_cb min_parallel max_parallel nreqs);
55 55

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines