X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffsusage.h;h=e0c0db581d71ab192f2e9863a4d89d80461b748c;hb=3d43e290d7b0c0734ef28e24cc5b9435ba427d05;hp=ef90617fc5f3a972610fd479a18f4562fa235ccf;hpb=358e52e8bb23ab6e5bcc42ca3546493a868d9591;p=gnulib.git diff --git a/lib/fsusage.h b/lib/fsusage.h index ef90617fc..e0c0db581 100644 --- a/lib/fsusage.h +++ b/lib/fsusage.h @@ -26,6 +26,7 @@ struct fs_usage uintmax_t fsu_blocks; /* Total blocks. */ uintmax_t fsu_bfree; /* Free blocks available to superuser. */ uintmax_t fsu_bavail; /* Free blocks available to non-superuser. */ + int fsu_bavail_top_bit_set; /* 1 if fsu_bavail represents a value < 0. */ uintmax_t fsu_files; /* Total file nodes. */ uintmax_t fsu_ffree; /* Free file nodes. */ };