]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: move diff_iterate logic to its own class
authorJason Dillaman <dillaman@redhat.com>
Thu, 21 May 2015 16:36:55 +0000 (12:36 -0400)
committerJason Dillaman <dillaman@redhat.com>
Mon, 10 Aug 2015 15:24:08 +0000 (11:24 -0400)
commite9c78c6c0c97dfb4e0ca211db33b9e3942dfd97c
treed2e7f688810fe06dea87aa87a42c0a16f1c25c99
parent9d17a65dbc17438b1fce245b18bd2977a44aa369
librbd: move diff_iterate logic to its own class

In preparation for parallelizing the diff_iterate logic,
move all existing logic to its own class.  No functional
changes have been made.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/DiffIterate.cc [new file with mode: 0644]
src/librbd/DiffIterate.h [new file with mode: 0644]
src/librbd/Makefile.am
src/librbd/internal.cc