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.24 by root, Wed Jun 29 15:28:14 2005 UTC vs.
Revision 1.25 by root, Thu Jul 7 22:24:09 2005 UTC

32package Linux::AIO; 32package Linux::AIO;
33 33
34use base 'Exporter'; 34use base 'Exporter';
35 35
36BEGIN { 36BEGIN {
37 $VERSION = 1.5; 37 $VERSION = 1.51;
38 38
39 @EXPORT = qw(aio_read aio_write aio_open aio_close aio_stat aio_lstat aio_unlink); 39 @EXPORT = qw(aio_read aio_write aio_open aio_close aio_stat aio_lstat aio_unlink);
40 @EXPORT_OK = qw(poll_fileno poll_cb min_parallel max_parallel nreqs); 40 @EXPORT_OK = qw(poll_fileno poll_cb min_parallel max_parallel nreqs);
41 41
42 require XSLoader; 42 require XSLoader;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines