]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rocksdb/util/stop_watch.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / rocksdb / util / stop_watch.h
index afa708e370d2dbe2bd2c83f7b646de67a22e8aad..ad4905960c5434f6f4663632ad78074c3cd5dbc5 100644 (file)
@@ -7,7 +7,7 @@
 #include "monitoring/statistics.h"
 #include "rocksdb/env.h"
 
-namespace rocksdb {
+namespace ROCKSDB_NAMESPACE {
 // Auto-scoped.
 // Records the measure time into the corresponding histogram if statistics
 // is not nullptr. It is also saved into *elapsed if the pointer is not nullptr
@@ -115,4 +115,4 @@ class StopWatchNano {
   uint64_t start_;
 };
 
-} // namespace rocksdb
+}  // namespace ROCKSDB_NAMESPACE