]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/keyvaluestore: move KeyValueStore into os/keyvaluestore/*
authorSage Weil <sage@redhat.com>
Wed, 23 Dec 2015 16:30:30 +0000 (11:30 -0500)
committerSage Weil <sage@redhat.com>
Fri, 1 Jan 2016 18:08:52 +0000 (13:08 -0500)
commit98a0e107aa8154b021a45884b78092e986bd032d
tree1729edc172e8c8b55cdc8d486ba9627fa284cd58
parent82cbc079d78b6ba904350cb563c6f029a2877b9c
os/keyvaluestore: move KeyValueStore into os/keyvaluestore/*

Signed-off-by: Sage Weil <sage@redhat.com>
12 files changed:
src/messages/#MOSDOp.h# [new file with mode: 0644]
src/os/GenericObjectMap.cc [deleted file]
src/os/GenericObjectMap.h [deleted file]
src/os/KeyValueStore.cc [deleted file]
src/os/KeyValueStore.h [deleted file]
src/os/Makefile.am
src/os/ObjectStore.cc
src/os/keyvaluestore/GenericObjectMap.cc [new file with mode: 0644]
src/os/keyvaluestore/GenericObjectMap.h [new file with mode: 0644]
src/os/keyvaluestore/KeyValueStore.cc [new file with mode: 0644]
src/os/keyvaluestore/KeyValueStore.h [new file with mode: 0644]
src/test/objectstore/store_test.cc