summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src/glusterd-store.h
diff options
context:
space:
mode:
authorRaghavendra Bhat <raghavendra@redhat.com>2013-11-29 12:13:28 +0530
committerRaghavendra Bhat <raghavendra@redhat.com>2013-12-02 18:20:52 +0530
commit30228525ee04694eb4e2fd367cab6779ffb769dc (patch)
tree51519c8f429dce671185fe9db861e2757fe31dc3 /xlators/mgmt/glusterd/src/glusterd-store.h
parent16edf27198de7efca8a0eff3955d36dee9edde67 (diff)
mgmt/glusterd: handle issues present in snapshot create and snap management
Change-Id: I94b5f6e00be7d1ff0c454e291c779dae7b423748 Signed-off-by: Raghavendra Bhat <raghavendra@redhat.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-store.h')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-store.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-store.h b/xlators/mgmt/glusterd/src/glusterd-store.h
index 927ca8284..a5a4bfd24 100644
--- a/xlators/mgmt/glusterd/src/glusterd-store.h
+++ b/xlators/mgmt/glusterd/src/glusterd-store.h
@@ -148,4 +148,8 @@ int32_t
glusterd_store_perform_snap_store (glusterd_volinfo_t *volinfo);
int32_t
glusterd_store_perform_snap_list_store (glusterd_volinfo_t *volinfo);
+int32_t
+glusterd_store_snap_cg (glusterd_snap_cg_t *cg);
+int32_t
+glusterd_store_delete_snap_cg (glusterd_snap_cg_t *cg);
#endif