]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rados : added an aio_remove version taking flags
authorSebastien Ponce <sebastien.ponce@cern.ch>
Fri, 22 Jan 2016 11:26:22 +0000 (12:26 +0100)
committerroot <root@lxbre43a05.cern.ch>
Tue, 1 Nov 2016 15:36:05 +0000 (16:36 +0100)
commit154025b3a719837c23768636c5201e876bc9663d
treeaa3bcbbe6da1cdabb03e0103bf6898c326842d15
parent2bb9f9bcb33582db27ebc9762f057987eb513b1b
rados : added an aio_remove version taking flags

The synchronous remove exists in both versions, with and without flags, but the asynchronous one did not. I've only fixed this disymetry

Signed-off-by: Sebastien Ponce <sebastien.ponce@cern.ch>
src/include/rados/librados.hpp
src/librados/IoCtxImpl.cc
src/librados/IoCtxImpl.h
src/librados/librados.cc