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.36 by root, Wed Aug 17 16:57:53 2005 UTC vs.
Revision 1.37 by root, Wed Feb 1 23:47:26 2006 UTC

55package Linux::AIO; 55package Linux::AIO;
56 56
57use base 'Exporter'; 57use base 'Exporter';
58 58
59BEGIN { 59BEGIN {
60 $VERSION = 1.8; 60 $VERSION = 1.9;
61 61
62 @EXPORT = qw(aio_read aio_write aio_open aio_close aio_stat aio_lstat aio_unlink 62 @EXPORT = qw(aio_read aio_write aio_open aio_close aio_stat aio_lstat aio_unlink
63 aio_fsync aio_fdatasync aio_readahead); 63 aio_fsync aio_fdatasync aio_readahead);
64 @EXPORT_OK = qw(poll_fileno poll_cb min_parallel max_parallel nreqs); 64 @EXPORT_OK = qw(poll_fileno poll_cb min_parallel max_parallel nreqs);
65 65

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines