]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Objecter: add a context argument to ObjectOperation::read()
authorJosh Durgin <josh.durgin@inktank.com>
Fri, 7 Feb 2014 03:40:11 +0000 (19:40 -0800)
committerJosh Durgin <josh.durgin@inktank.com>
Tue, 18 Feb 2014 20:34:32 +0000 (12:34 -0800)
commit6503f21a2612a6998cdf68ca278173ccfe438ebb
treef089db33f3fa1f86203d59ae92902de676d48c84
parent6094e437ba11ab69ddfb0ae995161c11eb4344d5
Objecter: add a context argument to ObjectOperation::read()

The c api will need this to be able to set the output buffer length
and potentially copy from bufferlist to buffer.

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
src/librados/IoCtxImpl.cc
src/librados/librados.cc
src/osdc/Objecter.h