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.27 by root, Fri Jul 8 02:43:47 2005 UTC vs.
Revision 1.28 by root, Sat Jul 9 04:11:30 2005 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines