summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src/glusterd-store.h
diff options
context:
space:
mode:
authorshishir gowda <sgowda@redhat.com>2013-10-29 17:55:24 +0530
committershishir gowda <sgowda@redhat.com>2013-11-15 14:39:42 +0530
commit02157e7d4f31459f76cfb412099f49e851d76ebc (patch)
tree77176971a3eb32959f10766a95895fc04d34085b /xlators/mgmt/glusterd/src/glusterd-store.h
parent096b23f187d0b3ccbed25d8bd02723a61cc4da2d (diff)
mgmt/glusterd: store option to update only snap_list.info
Change-Id: I16b17ca60b5f9b34b7d238d8a3424a3b7a1dc435 Signed-off-by: shishir gowda <sgowda@redhat.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-store.h')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-store.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-store.h b/xlators/mgmt/glusterd/src/glusterd-store.h
index ece2003d8..4244d2e54 100644
--- a/xlators/mgmt/glusterd/src/glusterd-store.h
+++ b/xlators/mgmt/glusterd/src/glusterd-store.h
@@ -145,4 +145,6 @@ int32_t
glusterd_store_perform_volume_store (glusterd_volinfo_t *volinfo);
int32_t
glusterd_store_perform_snap_store (glusterd_volinfo_t *volinfo);
+int32_t
+glusterd_store_perform_snap_list_store (glusterd_volinfo_t *volinfo);
#endif