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

Update the declaration with rocksdb.

parent 8b26e1e4
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ cdef extern from "rocksdb/db.h" namespace "rocksdb": ...@@ -26,7 +26,7 @@ cdef extern from "rocksdb/db.h" namespace "rocksdb":
cdef struct LiveFileMetaData: cdef struct LiveFileMetaData:
string name string name
int level int level
size_t size uint64_t size
string smallestkey string smallestkey
string largestkey string largestkey
SequenceNumber smallest_seqno SequenceNumber smallest_seqno
......
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