X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Flibnfs.h;h=3a8304a00f9187f782d951d1fa0ae9996d2c9e0e;hb=0804e67d7a512585cebd3c453e5d05986b8ad218;hp=0676efa787c58e83aba834986be3363919b0e3b2;hpb=9c4212bf552b9bee2e85b3890abe4e69465ef20a;p=deb_libnfs.git diff --git a/include/libnfs.h b/include/libnfs.h index 0676efa..3a8304a 100644 --- a/include/libnfs.h +++ b/include/libnfs.h @@ -582,6 +582,14 @@ struct nfsdirent { struct nfsdirent *next; char *name; uint64_t inode; + + /* some extra fields we get for free through the READDIRPLUS3 call. You need libnfs-raw-nfs.h for these */ + uint32_t type; /* NF3REG, NF3DIR, NF3BLK, ... */ + uint32_t mode; + uint64_t size; + struct timeval atime; + struct timeval mtime; + struct timeval ctime; }; /* * nfs_readdir() never blocks, so no special sync/async versions are available