]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
kv/RocksDBStore: replace raw ptr with unique_ptr
authorKefu Chai <kchai@redhat.com>
Sat, 27 Jun 2020 11:42:17 +0000 (19:42 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 27 Jun 2020 14:48:48 +0000 (22:48 +0800)
commit65110d43d76f254b5917cea5c6422f176a6f5777
treeee1f0e9c999cc15d25a86dd1cb7889bc46586469
parented6b5ee2224b80626ff64ef290305b5211fdbe88
kv/RocksDBStore: replace raw ptr with unique_ptr

for better readablity

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/kv/RocksDBStore.cc