]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rocksdb/include/rocksdb/trace_reader_writer.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / rocksdb / include / rocksdb / trace_reader_writer.h
index 28919a0fadc2f0d26406e060fa26583b9d655607..d58ed47b2a02bdd3e1f9c18140f007e4df869dd6 100644 (file)
@@ -7,7 +7,7 @@
 
 #include "rocksdb/env.h"
 
-namespace rocksdb {
+namespace ROCKSDB_NAMESPACE {
 
 // Allow custom implementations of TraceWriter and TraceReader.
 // By default, RocksDB provides a way to capture the traces to a file using the
@@ -45,4 +45,4 @@ Status NewFileTraceWriter(Env* env, const EnvOptions& env_options,
 Status NewFileTraceReader(Env* env, const EnvOptions& env_options,
                           const std::string& trace_filename,
                           std::unique_ptr<TraceReader>* trace_reader);
-}  // namespace rocksdb
+}  // namespace ROCKSDB_NAMESPACE