From d15ad38e8623f510fb1e121a8ff0d845a99238e4 Mon Sep 17 00:00:00 2001 From: Rajesh Joseph Date: Tue, 15 Oct 2013 17:10:52 +0530 Subject: 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 --- xlators/mgmt/glusterd/src/glusterd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/mgmt/glusterd/src/glusterd.h') 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; -- cgit