Update statistics.pxd

This commit is contained in:
iFA 2020-09-03 08:53:24 +02:00 committed by GitHub
parent aefb8123ae
commit aefc0328aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: