]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rocksdb/table/adaptive/adaptive_table_factory.h
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / rocksdb / table / adaptive / adaptive_table_factory.h
index cbc81868cc6b7f5a4ead72463176fd984bf721b3..3b631942d2356e0d1d4aec3b55cdc23bdf05cd3f 100644 (file)
@@ -8,6 +8,7 @@
 #ifndef ROCKSDB_LITE
 
 #include <string>
+
 #include "rocksdb/options.h"
 #include "rocksdb/table.h"
 
@@ -42,7 +43,7 @@ class AdaptiveTableFactory : public TableFactory {
 
   TableBuilder* NewTableBuilder(
       const TableBuilderOptions& table_builder_options,
-      uint32_t column_family_id, WritableFileWriter* file) const override;
+      WritableFileWriter* file) const override;
 
   std::string GetPrintableOptions() const override;