]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librados: new AIO version of notify API
authorJason Dillaman <dillaman@redhat.com>
Wed, 10 Jun 2015 19:33:17 +0000 (15:33 -0400)
committerJason Dillaman <dillaman@redhat.com>
Fri, 6 Nov 2015 01:42:40 +0000 (20:42 -0500)
commitc9b873ac3d3cba1aaac75c3446eadbecb95e79f8
treed94d29ede90c43aa14f4c1066419f3ba2dd3cf59
parent8cee9a27f96231980280df2c02d614e95d336deb
librados: new AIO version of notify API

Allow watch/notify notifications to be sent asynchronously so
that they can be safely sent from a librados op callback.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/include/rados/librados.h
src/include/rados/librados.hpp
src/librados/IoCtxImpl.cc
src/librados/IoCtxImpl.h
src/librados/librados.cc
src/osdc/Objecter.h
src/tracing/librados.tp