Update db.pxd
This commit is contained in:
parent
f14a8197bb
commit
d94c3a57c0
1 changed files with 3 additions and 0 deletions
|
@ -203,3 +203,6 @@ cdef extern from "rocksdb/db.h" namespace "rocksdb":
|
|||
const options.ColumnFamilyOptions&) nogil except+
|
||||
string name
|
||||
options.ColumnFamilyOptions options
|
||||
|
||||
cdef extern from "rocksdb/convenience.h" namespace "rocksdb":
|
||||
void CancelAllBackgroundWork(DB*, cpp_bool) nogil except+
|
||||
|
|
Loading…
Reference in a new issue