]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: added object dispatch handler for journal IO
authorJason Dillaman <dillaman@redhat.com>
Wed, 21 Feb 2018 01:11:49 +0000 (20:11 -0500)
committerJason Dillaman <dillaman@redhat.com>
Wed, 7 Mar 2018 17:45:00 +0000 (12:45 -0500)
commit623294202ad53195c5883111509bc23e2775cc09
treeca9df532f01bbcb4b793881b75ea43d88ab116c0
parent7c3ca2b528b62d08c4c57fada43159683a7a0f0b
librbd: added object dispatch handler for journal IO

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/CMakeLists.txt
src/librbd/Journal.cc
src/librbd/journal/ObjectDispatch.cc [new file with mode: 0644]
src/librbd/journal/ObjectDispatch.h [new file with mode: 0644]
src/test/librbd/test_mock_Journal.cc