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.2 by root, Sun Jul 10 18:16:49 2005 UTC vs.
Revision 1.3 by root, Sun Jul 10 20:07:11 2005 UTC

49use base 'Exporter'; 49use base 'Exporter';
50 50
51use Fcntl (); 51use Fcntl ();
52 52
53BEGIN { 53BEGIN {
54 $VERSION = 0.1; 54 $VERSION = 0.2;
55 55
56 @EXPORT = qw(aio_read aio_write aio_open aio_close aio_stat aio_lstat aio_unlink 56 @EXPORT = qw(aio_read aio_write aio_open aio_close aio_stat aio_lstat aio_unlink
57 aio_fsync aio_fdatasync aio_readahead); 57 aio_fsync aio_fdatasync aio_readahead);
58 @EXPORT_OK = qw(poll_fileno poll_cb min_parallel max_parallel nreqs); 58 @EXPORT_OK = qw(poll_fileno poll_cb min_parallel max_parallel nreqs);
59 59

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines