]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
librbd: moved new snapshot API methods to separate class
authorJason Dillaman <dillaman@redhat.com>
Thu, 11 Jan 2018 01:18:18 +0000 (20:18 -0500)
committerJason Dillaman <dillaman@redhat.com>
Thu, 11 Jan 2018 15:38:23 +0000 (10:38 -0500)
commitd7619852690dbb7af3cada6ba8a41b536a9bae65
tree66c26ce32ad9e6fc6c12e735617c72383e1cf719
parent2f3f6028d1ca676b1999bad6d6f3fde2dd6d3c0e
librbd: moved new snapshot API methods to separate class

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/cls/rbd/cls_rbd_types.cc
src/cls/rbd/cls_rbd_types.h
src/librbd/CMakeLists.txt
src/librbd/api/Group.cc
src/librbd/api/Group.h
src/librbd/api/Snapshot.cc [new file with mode: 0644]
src/librbd/api/Snapshot.h [new file with mode: 0644]
src/librbd/librbd.cc