]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rocksdb/include/rocksdb/perf_context.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / rocksdb / include / rocksdb / perf_context.h
index a1d803c2c22b205a08506961434695b1d518ce2b..123a21bc96b36763d3f80fdd18f8fe35f1de341e 100644 (file)
@@ -11,7 +11,7 @@
 
 #include "rocksdb/perf_level.h"
 
-namespace rocksdb {
+namespace ROCKSDB_NAMESPACE {
 
 // A thread local context for gathering performance counter efficiently
 // and transparently.
@@ -229,4 +229,4 @@ struct PerfContext {
 // if defined(NPERF_CONTEXT), then the pointer is not thread-local
 PerfContext* get_perf_context();
 
-}  // namespace rocksdb
+}  // namespace ROCKSDB_NAMESPACE