]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rocksdb/include/rocksdb/thread_status.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / rocksdb / include / rocksdb / thread_status.h
index b81c1c284ee835862b8fee039cd1fb4bcd0e6c49..6b2f5c885ae92a153ae0eaf3e626150ca712d481 100644 (file)
@@ -25,7 +25,7 @@
 #define ROCKSDB_USING_THREAD_STATUS
 #endif
 
-namespace rocksdb {
+namespace ROCKSDB_NAMESPACE {
 
 // TODO(yhchiang): remove this function once c++14 is available
 //                 as std::max will be able to cover this.
@@ -37,7 +37,7 @@ struct constexpr_max {
 
 // A structure that describes the current status of a thread.
 // The status of active threads can be fetched using
-// rocksdb::GetThreadList().
+// ROCKSDB_NAMESPACE::GetThreadList().
 struct ThreadStatus {
   // The type of a thread.
   enum ThreadType : int {
@@ -185,4 +185,4 @@ struct ThreadStatus {
   static const std::string& GetStateName(StateType state_type);
 };
 
-}  // namespace rocksdb
+}  // namespace ROCKSDB_NAMESPACE