Skip to content
Snippets Groups Projects
Unverified Commit 14513d99 authored by iFA's avatar iFA Committed by GitHub
Browse files

Update backup.pxd

parent c1e12fd6
No related branches found
No related tags found
No related merge requests found
......@@ -5,9 +5,9 @@ from libc.stdint cimport uint32_t
from libc.stdint cimport int64_t
from libc.stdint cimport uint64_t
from status cimport Status
from db cimport DB
from env cimport Env
from .status cimport Status
from .db cimport DB
from .env cimport Env
cdef extern from "rocksdb/utilities/backupable_db.h" namespace "rocksdb":
ctypedef uint32_t BackupID
......
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