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.295 by root, Sat Aug 25 19:59:18 2018 UTC vs.
Revision 1.296 by root, Sun Aug 26 03:17:35 2018 UTC

2093Like the functions above, but returns all four times in one go (and maybe 2093Like the functions above, but returns all four times in one go (and maybe
2094more in future versions). 2094more in future versions).
2095 2095
2096=item $counter = IO::AIO::st_gen 2096=item $counter = IO::AIO::st_gen
2097 2097
2098Returns the generation counter of the file. This is only available on 2098Returns the generation counter (in practice this is just a random number)
2099platforms which have this member in their C<struct stat> (most BSDs 2099of the file. This is only available on platforms which have this member in
2100at the time of this writing) and generally only to the root usert. If 2100their C<struct stat> (most BSDs at the time of this writing) and generally
2101unsupported, C<0> is returned, but this might change to C<undef> in a 2101only to the root usert. If unsupported, C<0> is returned, but this might
2102future version. 2102change to C<undef> in a future version.
2103 2103
2104=back 2104=back
2105 2105
2106Example: print the high resolution modification time of F</etc>, using 2106Example: print the high resolution modification time of F</etc>, using
2107C<stat>, and C<IO::AIO::aio_stat>. 2107C<stat>, and C<IO::AIO::aio_stat>.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines