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.12 by root, Sat May 18 21:48:36 2002 UTC vs.
Revision 1.13 by root, Wed May 5 10:13:30 2004 UTC

21package Linux::AIO; 21package Linux::AIO;
22 22
23use base 'Exporter'; 23use base 'Exporter';
24 24
25BEGIN { 25BEGIN {
26 $VERSION = 0.111; 26 $VERSION = 0.2;
27 27
28 @EXPORT = qw(aio_read aio_write aio_open aio_close aio_stat aio_lstat); 28 @EXPORT = qw(aio_read aio_write aio_open aio_close aio_stat aio_lstat);
29 @EXPORT_OK = qw(poll_fileno poll_cb min_parallel max_parallel nreqs); 29 @EXPORT_OK = qw(poll_fileno poll_cb min_parallel max_parallel nreqs);
30 30
31 require XSLoader; 31 require XSLoader;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines