summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src/glusterd-store.h
diff options
context:
space:
mode:
authorAvra Sengupta <asengupt@redhat.com>2013-12-05 01:51:35 +0000
committerAvra Sengupta <asengupt@redhat.com>2013-12-17 00:16:11 +0000
commiteed0caca2d35ece6a8eba977937f31599d6d9021 (patch)
treeb3f1fdba2b0338ac5c302f19a7d4ca1b15e04024 /xlators/mgmt/glusterd/src/glusterd-store.h
parent005b445d684f30e8611c9b2a374cdc798a6cdcbb (diff)
glusterd/snapshot: Fix for cksum mismatches at snap create.
Also fixes peer rejects on glusterd restart Change-Id: I1671416c1f3fd2afea450cc3b4c632de187351ca Signed-off-by: Avra Sengupta <asengupt@redhat.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-store.h')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-store.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-store.h b/xlators/mgmt/glusterd/src/glusterd-store.h
index 27472c061..69ee30dd3 100644
--- a/xlators/mgmt/glusterd/src/glusterd-store.h
+++ b/xlators/mgmt/glusterd/src/glusterd-store.h
@@ -153,4 +153,7 @@ int32_t
glusterd_store_snap_cg (glusterd_snap_cg_t *cg);
int32_t
glusterd_store_delete_snap_cg (glusterd_snap_cg_t *cg);
+int32_t
+glusterd_store_perform_snap_volume_store (glusterd_volinfo_t *volinfo,
+ glusterd_volinfo_t *snap_volinfo);
#endif