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.9 by root, Sun Jul 10 22:20:55 2005 UTC vs.
Revision 1.10 by root, Sun Jul 10 23:45:16 2005 UTC

54use base 'Exporter'; 54use base 'Exporter';
55 55
56use Fcntl (); 56use Fcntl ();
57 57
58BEGIN { 58BEGIN {
59 $VERSION = 0.2; 59 $VERSION = 0.3;
60 60
61 @EXPORT = qw(aio_read aio_write aio_open aio_close aio_stat aio_lstat aio_unlink 61 @EXPORT = qw(aio_read aio_write aio_open aio_close aio_stat aio_lstat aio_unlink
62 aio_fsync aio_fdatasync aio_readahead); 62 aio_fsync aio_fdatasync aio_readahead);
63 @EXPORT_OK = qw(poll_fileno poll_cb min_parallel max_parallel max_outstanding nreqs); 63 @EXPORT_OK = qw(poll_fileno poll_cb min_parallel max_parallel max_outstanding nreqs);
64 64

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines