]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: change RBD::open to take a reference to an Image instead of a pointer
authorJosh Durgin <josh.durgin@dreamhost.com>
Wed, 2 Mar 2011 18:11:55 +0000 (10:11 -0800)
committerJosh Durgin <josh.durgin@dreamhost.com>
Wed, 2 Mar 2011 18:20:43 +0000 (10:20 -0800)
commitf76cf9b7ecd306ab836d69256330a6ea66d1398d
treea1dc4213dfd586381c38c009bb6393dc5acdfc14
parent0fb5ef2ce92a0c9f5cc755744e4f9ff2b0951d11
librbd: change RBD::open to take a reference to an Image instead of a pointer

This makes the API more consistent with the librados API.

Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
src/include/rbd/librbd.hpp
src/librbd.cc
src/rbd.cc
src/testlibrbdpp.cc