summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src/glusterd.h
diff options
context:
space:
mode:
authorRajesh Joseph <rjoseph@redhat.com>2013-10-15 17:10:52 +0530
committershishir gowda <sgowda@redhat.com>2013-11-15 12:38:59 +0530
commitd15ad38e8623f510fb1e121a8ff0d845a99238e4 (patch)
tree797ddd93686670e4241584d2f0f978405037d927 /xlators/mgmt/glusterd/src/glusterd.h
parent6726c1617daeb783053a15d12189a64c27343f8c (diff)
mgmt/glusterd: Snapshot list support
Handles snapshot list command issued by cli. Details of all the snapshots will be sent back to the caller in required format. Change-Id: I01e512290548007c06e90b40a59cdde048fab954 Signed-off-by: Rajesh Joseph <rjoseph@redhat.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd.h')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd.h b/xlators/mgmt/glusterd/src/glusterd.h
index 724618b0e..d51f8d2ce 100644
--- a/xlators/mgmt/glusterd/src/glusterd.h
+++ b/xlators/mgmt/glusterd/src/glusterd.h
@@ -335,6 +335,7 @@ struct glusterd_snap_ {
struct list_head snap_list;
char snap_name[256];
uuid_t snap_id;
+ char cg_name[256];
uuid_t cg_id;
char *description;
time_t time_stamp;