]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rocksdb/table/table_properties_internal.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / rocksdb / table / table_properties_internal.h
index 888b43d2458bf7005439a1e58632d0947659b4c6..a7a92e3e1fcc0dd8ab183b674330461f890d3e67 100644 (file)
@@ -8,7 +8,7 @@
 #include "rocksdb/status.h"
 #include "rocksdb/iterator.h"
 
-namespace rocksdb {
+namespace ROCKSDB_NAMESPACE {
 
 class BlockHandle;
 
@@ -27,4 +27,4 @@ Status SeekToCompressionDictBlock(InternalIterator* meta_iter, bool* is_found,
 Status SeekToRangeDelBlock(InternalIterator* meta_iter, bool* is_found,
                            BlockHandle* block_handle);
 
-}  // namespace rocksdb
+}  // namespace ROCKSDB_NAMESPACE