]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librados: add Rados::aio_create_completion(arg, cb)
authorKefu Chai <kchai@redhat.com>
Tue, 22 Oct 2019 07:34:08 +0000 (15:34 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 1 Nov 2019 01:40:44 +0000 (09:40 +0800)
commitaaab90fb07309d97896c53b0aefadc9bc5bce8db
treee5d5826e35777ce68e3ddd9420b515fcfc6a8a0d
parentc2d6788aaa9ddddabd519ad883fa28a7c9484071
librados: add Rados::aio_create_completion(arg, cb)

which does not take safe_cb, and will take the place of
Rados::aio_create_completion(arg, cb_complete, cb_safe)

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/include/rados/librados.hpp
src/librados/librados_cxx.cc