]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: initial implementation created from rbd.cc
authorJosh Durgin <josh.durgin@dreamhost.com>
Thu, 20 Jan 2011 18:54:26 +0000 (10:54 -0800)
committerYehuda Sadeh <yehuda.sadeh@dreamhost.com>
Mon, 7 Feb 2011 22:41:56 +0000 (14:41 -0800)
commit41036c001c32ba4cd07d75cd381a432c877fd41b
tree317c037c702fc1029dcc71635ca492d5d520bfde
parenteb9e6197e08caad5fe2f4a9a39fb6f6d685066f3
librbd: initial implementation created from rbd.cc

Includes image and snapshot create/list/delete functions.
I/O will be added later.

Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
src/Makefile.am
src/include/librbd.h [new file with mode: 0644]
src/include/librbd.hpp [new file with mode: 0644]
src/librbd.cc [new file with mode: 0644]