Update the declaration with rocksdb.
This commit is contained in:
parent
8b26e1e4b0
commit
cd545c7ac0
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ cdef extern from "rocksdb/db.h" namespace "rocksdb":
|
|||
cdef struct LiveFileMetaData:
|
||||
string name
|
||||
int level
|
||||
size_t size
|
||||
uint64_t size
|
||||
string smallestkey
|
||||
string largestkey
|
||||
SequenceNumber smallest_seqno
|
||||
|
|
Loading…
Reference in a new issue