]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: move group and diff API functions
authorJason Dillaman <dillaman@redhat.com>
Thu, 2 Feb 2017 18:54:13 +0000 (13:54 -0500)
committerJason Dillaman <dillaman@redhat.com>
Wed, 8 Mar 2017 16:59:56 +0000 (11:59 -0500)
commitc701e0689790a1dec84aea33354d62677e19fb94
tree94e5c3ed9753c1f80a70617e5d9de56875a98beb
parent4aea48ec5f67938406238269339385a561c0a418
librbd: move group and diff API functions

The group and diff_iterate API functions are already in separate
units, so it's trivial to move them to the new 'api' namespace.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
13 files changed:
src/librbd/CMakeLists.txt
src/librbd/DiffIterate.cc [deleted file]
src/librbd/DiffIterate.h [deleted file]
src/librbd/Group.cc [deleted file]
src/librbd/Group.h [deleted file]
src/librbd/api/DiffIterate.cc [new file with mode: 0644]
src/librbd/api/DiffIterate.h [new file with mode: 0644]
src/librbd/api/Group.cc [new file with mode: 0644]
src/librbd/api/Group.h [new file with mode: 0644]
src/librbd/internal.cc
src/librbd/internal.h
src/librbd/librbd.cc
src/test/librbd/test_internal.cc