Update statistics.pxd
This commit is contained in:
parent
aefb8123ae
commit
aefc0328aa
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
from libc.stdint cimport uint32_t, uint8_t
|
||||
from std_memory cimport shared_ptr
|
||||
from .std_memory cimport shared_ptr
|
||||
|
||||
cdef extern from "rocksdb/statistics.h" namespace "rocksdb":
|
||||
ctypedef enum StatsLevel:
|
||||
|
|
Loading…
Reference in a new issue