diff options
Diffstat (limited to 'cli/src/cli.h')
| -rw-r--r-- | cli/src/cli.h | 14 | 
1 files changed, 14 insertions, 0 deletions
diff --git a/cli/src/cli.h b/cli/src/cli.h index 259f3bd3980..9b3afff36dc 100644 --- a/cli/src/cli.h +++ b/cli/src/cli.h @@ -147,6 +147,18 @@ struct cli_local {  #endif  }; +struct gf_cli_gsync_detailed_status_ { +        char *node; +        char *master; +        char *slave; +        char *health; +        char *uptime; +        char *files_syncd; +        char *files_pending; +        char *bytes_pending; +        char *deletes_pending; +}; +  struct cli_volume_status {          int            port;          int            online; @@ -165,6 +177,8 @@ struct cli_volume_status {  #endif  }; +typedef struct gf_cli_gsync_detailed_status_ gf_cli_gsync_status_t; +  typedef struct cli_volume_status cli_volume_status_t;  typedef struct cli_local cli_local_t;  | 
