summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src/glusterd.h
diff options
context:
space:
mode:
authorGaurav <gaurav@gluster.com>2011-03-01 06:02:39 +0000
committerAnand V. Avati <avati@dev.gluster.com>2011-03-01 14:02:22 -0800
commit4d9de810f1cb4211fc59ab5b042771402c998331 (patch)
treea653de067f9847b44d0d84fde97d8b65d8f6d34d /xlators/mgmt/glusterd/src/glusterd.h
parent63632c7b95d204cb077d999e32690a2cdcba1327 (diff)
CLI : NFS persistent local/global options.
Signed-off-by: Gaurav <gaurav@gluster.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 2064 (NFS options are removed upon glusterd restart) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2064
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd.h')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd.h3
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;