diff options
Diffstat (limited to 'lib/utils_disk.h')
-rw-r--r-- | lib/utils_disk.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/utils_disk.h b/lib/utils_disk.h index f99b905..83a3763 100644 --- a/lib/utils_disk.h +++ b/lib/utils_disk.h | |||
@@ -24,6 +24,10 @@ struct parameter_list | |||
24 | char *group; | 24 | char *group; |
25 | struct mount_entry *best_match; | 25 | struct mount_entry *best_match; |
26 | struct parameter_list *name_next; | 26 | struct parameter_list *name_next; |
27 | uintmax_t total, available, available_to_root, used, inodes_free, inodes_total; | ||
28 | double dfree_pct, dused_pct; | ||
29 | double dused_units, dfree_units, dtotal_units; | ||
30 | double dused_inodes_percent, dfree_inodes_percent; | ||
27 | }; | 31 | }; |
28 | 32 | ||
29 | void np_add_name (struct name_list **list, const char *name); | 33 | void np_add_name (struct name_list **list, const char *name); |