diff options
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-utils.h')
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-utils.h | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-utils.h b/xlators/mgmt/glusterd/src/glusterd-utils.h index 74b837773fc..79a15c02267 100644 --- a/xlators/mgmt/glusterd/src/glusterd-utils.h +++ b/xlators/mgmt/glusterd/src/glusterd-utils.h @@ -43,6 +43,12 @@ struct glusterd_lock_ {          time_t  timestamp;  }; +typedef struct glusterd_volopt_ctx_ { +        dict_t  *dict; +        int     count; +        int     opt_count; +} glusterd_volopt_ctx_t; +  typedef int (*glusterd_condition_func) (glusterd_volinfo_t *volinfo,                                          glusterd_brickinfo_t *brickinfo,                                          void *ctx); @@ -144,9 +150,6 @@ int32_t  glusterd_nfs_server_stop ();  int -glusterd_file_copy (int out, int in); - -int  glusterd_remote_hostname_get (rpcsvc_request_t *req,                                char *remote_host, int len);  int32_t  | 
