]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
obj_bencher: changed interface
authorYehuda Sadeh <yehuda@hq.newdream.net>
Fri, 27 Apr 2012 00:03:29 +0000 (17:03 -0700)
committerYehuda Sadeh <yehuda@inktank.com>
Fri, 4 May 2012 22:53:27 +0000 (15:53 -0700)
commitf60444fbebd21c8ba43c0a0e44e571baa70a0ff7
treecbd5ffc3dc6c8038bf66b131e79baf2ace9bf315
parentd54ef1c8055f63c944ebf52029a1483ebc4022ce
obj_bencher: changed interface

Passing bufferlist and not const bufferlist in aio_write(). We assign
it to another object which is not const, and it doesn't work too
well.

Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net>
src/common/obj_bencher.h
src/rados.cc
src/tools/rest_bench.cc