]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rocksdb/port/port_example.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / rocksdb / port / port_example.h
index a94dc93c26f0dc3823e5312f2ff03850bd36fa17..b906bbec7ab76d75495875c43b225fefd52b9c39 100644 (file)
@@ -14,7 +14,7 @@
 
 #pragma once
 
-namespace rocksdb {
+namespace ROCKSDB_NAMESPACE {
 namespace port {
 
 // TODO(jorlow): Many of these belong more in the environment class rather than
@@ -98,4 +98,4 @@ extern bool Snappy_Uncompress(const char* input_data, size_t input_length,
                               char* output);
 
 }  // namespace port
-}  // namespace rocksdb
+}  // namespace ROCKSDB_NAMESPACE