diff options
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd.h')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd.h b/xlators/mgmt/glusterd/src/glusterd.h index 81c888463cc..d98ddb1c6b7 100644 --- a/xlators/mgmt/glusterd/src/glusterd.h +++ b/xlators/mgmt/glusterd/src/glusterd.h @@ -85,6 +85,9 @@ struct glusterd_store_iter_ { typedef struct glusterd_store_iter_ glusterd_store_iter_t; +struct glusterd_volgen { + dict_t *dict; +}; typedef struct { struct _volfile_ctx *volfile; pthread_mutex_t mutex; |