]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: add C and python bindings for diff_iterate
authorJosh Durgin <josh.durgin@inktank.com>
Sun, 31 Mar 2013 14:48:49 +0000 (07:48 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Mon, 1 Apr 2013 15:56:07 +0000 (08:56 -0700)
commitc0e3f642b14e560209764743400c0a3f0e38f671
tree2cc33f50c32ee2c95f8396b496c7e0e410264d11
parente83fd3b937d1096b31566a59b1d846c1f7c611b8
librbd: add C and python bindings for diff_iterate

The python interface is a bit awkward since it maps directly
to the C interface, but it'll work well enough and not use
tons of memory.

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
src/include/rbd/librbd.h
src/librbd/librbd.cc
src/pybind/rbd.py
src/test/pybind/test_rbd.py