]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rocksdb/include/rocksdb/utilities/memory_util.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / rocksdb / include / rocksdb / utilities / memory_util.h
index c6128909e90372042d2697e8f446a20ce6e0ba48..4f1606b5194582b1228852de4965d64a0cead6b8 100644 (file)
@@ -15,7 +15,7 @@
 #include "rocksdb/cache.h"
 #include "rocksdb/db.h"
 
-namespace rocksdb {
+namespace ROCKSDB_NAMESPACE {
 
 // Returns the current memory usage of the specified DB instances.
 class MemoryUtil {
@@ -46,5 +46,5 @@ class MemoryUtil {
       const std::unordered_set<const Cache*> cache_set,
       std::map<MemoryUtil::UsageType, uint64_t>* usage_by_type);
 };
-}  // namespace rocksdb
+}  // namespace ROCKSDB_NAMESPACE
 #endif  // !ROCKSDB_LITE