]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: added get_flags API methods
authorJason Dillaman <dillaman@redhat.com>
Tue, 3 Feb 2015 04:24:09 +0000 (23:24 -0500)
committerJason Dillaman <dillaman@redhat.com>
Tue, 3 Feb 2015 04:24:09 +0000 (23:24 -0500)
commit706a6552cfc3557bfd789d51fa0b796a0ed6d652
tree400ca8a2b3ac1729a6759c50e429591047bc32c5
parent16e4d712ae70e11bb58e8ff451860054916d2ca1
librbd: added get_flags API methods

Exposed the RBD image flags bitmask through the API via
new methods in the C/C++/Python RBD APIs.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/include/rbd/librbd.h
src/include/rbd/librbd.hpp
src/librbd/ImageCtx.cc
src/librbd/ImageCtx.h
src/librbd/SnapInfo.h
src/librbd/internal.cc
src/librbd/internal.h
src/librbd/librbd.cc
src/pybind/rbd.py
src/test/pybind/test_rbd.py
src/tracing/librbd.tp