]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librados: add read to c object operation api
authorJosh Durgin <josh.durgin@inktank.com>
Fri, 7 Feb 2014 03:45:53 +0000 (19:45 -0800)
committerJosh Durgin <josh.durgin@inktank.com>
Tue, 18 Feb 2014 20:34:33 +0000 (12:34 -0800)
commit0dc4309b0855825b08076b829ea19ee9a08b9b18
tree930a2b6224e568ade46d8c6be2e726a769ca6ec3
parent6503f21a2612a6998cdf68ca278173ccfe438ebb
librados: add read to c object operation api

Do the usual bufferlist to buffer conversion in a callback from the
objecter before the librados user gets called.

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
src/include/rados/librados.h
src/librados/librados.cc
src/test/librados/c_read_operations.cc