Skip to content
Snippets Groups Projects
Commit 2cbeb48c authored by hofmockel's avatar hofmockel
Browse files

Type has changed with rocksdb 3.6

parent 9cf520a7
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ cdef extern from "rocksdb/options.h" namespace "rocksdb": ...@@ -51,7 +51,7 @@ cdef extern from "rocksdb/options.h" namespace "rocksdb":
int level0_slowdown_writes_trigger int level0_slowdown_writes_trigger
int level0_stop_writes_trigger int level0_stop_writes_trigger
int max_mem_compaction_level int max_mem_compaction_level
int target_file_size_base uint64_t target_file_size_base
int target_file_size_multiplier int target_file_size_multiplier
uint64_t max_bytes_for_level_base uint64_t max_bytes_for_level_base
int max_bytes_for_level_multiplier int max_bytes_for_level_multiplier
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment