]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: watch/notify types for trash add/remove events
authorJason Dillaman <dillaman@redhat.com>
Wed, 29 Nov 2017 20:09:13 +0000 (15:09 -0500)
committerJason Dillaman <dillaman@redhat.com>
Tue, 19 Dec 2017 14:09:12 +0000 (09:09 -0500)
commit4466800cf0672debebe30ef625b1f5367ae3c5dc
tree32bb616633976a62fb4ac38e1f5b0f197cdb9ee4
parent86a4b33d73cd4a78aef84a8ca473564bc4888cd1
librbd: watch/notify types for trash add/remove events

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/cls/rbd/cls_rbd_types.h
src/librbd/CMakeLists.txt
src/librbd/TrashWatcher.cc [new file with mode: 0644]
src/librbd/TrashWatcher.h [new file with mode: 0644]
src/librbd/trash_watcher/Types.cc [new file with mode: 0644]
src/librbd/trash_watcher/Types.h [new file with mode: 0644]
src/test/encoding/types.h
src/test/librbd/CMakeLists.txt
src/test/librbd/test_mock_TrashWatcher.cc [new file with mode: 0644]