From 6652daf2dc577bc3f35b208db6aed60a73021770 Mon Sep 17 00:00:00 2001 From: Mykola Golub Date: Sat, 24 Feb 2018 10:58:58 +0200 Subject: [PATCH] pybind/rbd: pool id in rbd_group_image_info_t should be int64_t Signed-off-by: Mykola Golub --- src/pybind/rbd/rbd.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/rbd/rbd.pyx b/src/pybind/rbd/rbd.pyx index 14f77caa6874a..a05d4b802bdb9 100644 --- a/src/pybind/rbd/rbd.pyx +++ b/src/pybind/rbd/rbd.pyx @@ -185,7 +185,7 @@ cdef extern from "rbd/librbd.h" nogil: ctypedef struct rbd_group_image_info_t: char *name - uint64_t pool + int64_t pool rbd_group_image_state_t state ctypedef enum rbd_group_snap_state_t: -- 2.39.5