--- IO-AIO/AIO.pm 2008/10/22 18:15:36 1.142 +++ IO-AIO/AIO.pm 2008/11/20 09:01:40 1.143 @@ -195,7 +195,7 @@ use base 'Exporter'; BEGIN { - our $VERSION = '3.16'; + our $VERSION = '3.17'; our @AIO_REQ = qw(aio_sendfile aio_read aio_write aio_open aio_close aio_stat aio_lstat aio_unlink aio_rmdir aio_readdir @@ -211,6 +211,8 @@ nreqs nready npending nthreads max_poll_time max_poll_reqs); + push @AIO_REQ, qw(aio_busy); # not exported + @IO::AIO::GRP::ISA = 'IO::AIO::REQ'; require XSLoader;