]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
librados: add rados_aio_create_completion2()
authorKefu Chai <kchai@redhat.com>
Tue, 22 Oct 2019 06:15:58 +0000 (14:15 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 1 Nov 2019 01:40:44 +0000 (09:40 +0800)
commitc2d6788aaa9ddddabd519ad883fa28a7c9484071
tree9de9af2360c6ffb501bd8dc83d7d19487f43a555
parent46fa68eb10f7deb0798c4bca364636a7d84d1711
librados: add rados_aio_create_completion2()

rados_aio_create_completion2() is almost identical to
rados_aio_create_completion(). the only difference is that the former
does not accept the `safe` callback. as it's an alias of `complete`
callback since af01db76f63a22178509b402776da54164af1eb0

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/include/rados/librados.h
src/librados/librados_c.cc
src/tracing/librados.tp