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.154 by root, Sat Jun 13 14:58:33 2009 UTC vs.
Revision 1.155 by root, Sun Jun 14 20:36:59 2009 UTC

568C<IO::AIO::DT_UNKNOWN> means just that: readdir does not know. If you need to 568C<IO::AIO::DT_UNKNOWN> means just that: readdir does not know. If you need to
569know, you have to run stat yourself. Also, for speed reasons, the C<$type> 569know, you have to run stat yourself. Also, for speed reasons, the C<$type>
570scalars are read-only: you can not modify them. 570scalars are read-only: you can not modify them.
571 571
572C<$inode> is the inode number (which might not be exact on systems with 64 572C<$inode> is the inode number (which might not be exact on systems with 64
573bit inode numbers and 32 bit perls). On systems that do not deliver the 573bit inode numbers and 32 bit perls). This field has unspecified content on
574inode information, this will always be zero. 574systems that do not deliver the inode information.
575 575
576=item IO::AIO::READDIR_DIRS_FIRST 576=item IO::AIO::READDIR_DIRS_FIRST
577 577
578When this flag is set, then the names will be returned in an order where 578When this flag is set, then the names will be returned in an order where
579likely directories come first. This is useful when you need to quickly 579likely directories come first. This is useful when you need to quickly

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines