diff options
Diffstat (limited to 'cli/src/cli.h')
-rw-r--r-- | cli/src/cli.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cli/src/cli.h b/cli/src/cli.h index 25b17da49..74e1423f5 100644 --- a/cli/src/cli.h +++ b/cli/src/cli.h @@ -132,12 +132,14 @@ struct cli_volume_status { uint64_t free_inodes; char *brick; char *pid_str; - char *fs_name; char *free; char *total; +#ifdef GF_LINUX_HOST_OS + char *fs_name; char *mount_options; char *device; char *inode_size; +#endif }; typedef struct cli_volume_status cli_volume_status_t; |