From 280bda2dd82927dfee31a65c9d7809bbe2436566 Mon Sep 17 00:00:00 2001 From: Victor Denisov Date: Sun, 17 Dec 2017 17:12:10 -0800 Subject: [PATCH] librbd: fixup Move function declaration Signed-off-by: Victor Denisov --- src/include/rbd/librbd.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/include/rbd/librbd.h b/src/include/rbd/librbd.h index 8a5918b00ce..e178002bada 100644 --- a/src/include/rbd/librbd.h +++ b/src/include/rbd/librbd.h @@ -539,6 +539,10 @@ CEPH_RBD_API int rbd_snap_get_timestamp(rbd_image_t image, uint64_t snap_id, str CEPH_RBD_API int rbd_snap_set(rbd_image_t image, const char *snapname); +CEPH_RBD_API int rbd_snap_get_namespace_type(rbd_image_t image, + uint64_t snap_id, + rbd_snap_namespace_type_t *namespace_type); + CEPH_RBD_API int rbd_flatten(rbd_image_t image); CEPH_RBD_API int rbd_flatten_with_progress(rbd_image_t image, -- 2.39.5