Commit 37298baa authored by Connor's avatar Connor Committed by yiwu-arbug

rename version to blob_storage (#5)

Signed-off-by: 's avatarConnor1996 <zbk602423539@gmail.com>
parent c673677c
...@@ -26,6 +26,7 @@ set(SOURCES ...@@ -26,6 +26,7 @@ set(SOURCES
src/blob_gc.cc src/blob_gc.cc
src/blob_gc_job.cc src/blob_gc_job.cc
src/blob_gc_picker.cc src/blob_gc_picker.cc
src/blob_storage.cc
src/db.cc src/db.cc
src/db_impl.cc src/db_impl.cc
src/db_impl_files.cc src/db_impl_files.cc
...@@ -34,7 +35,6 @@ set(SOURCES ...@@ -34,7 +35,6 @@ set(SOURCES
src/table_builder.cc src/table_builder.cc
src/table_factory.cc src/table_factory.cc
src/util.cc src/util.cc
src/version.cc
src/version_edit.cc src/version_edit.cc
src/version_set.cc) src/version_set.cc)
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#include "blob_file_manager.h" #include "blob_file_manager.h"
#include "blob_format.h" #include "blob_format.h"
#include "blob_gc.h" #include "blob_gc.h"
#include "version.h" #include "blob_storage.h"
namespace rocksdb { namespace rocksdb {
namespace titandb { namespace titandb {
......
#include "version.h" #include "blob_storage.h"
#include "version_set.h" #include "version_set.h"
namespace rocksdb { namespace rocksdb {
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#include "blob_file_cache.h" #include "blob_file_cache.h"
#include "titan/options.h" #include "titan/options.h"
#include "version_edit.h" #include "version_edit.h"
#include "version.h" #include "blob_storage.h"
namespace rocksdb { namespace rocksdb {
namespace titandb { namespace titandb {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment