diff options
Diffstat (limited to 'plugins/Dbx_mdbx/src/dbintf.h')
-rw-r--r-- | plugins/Dbx_mdbx/src/dbintf.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/Dbx_mdbx/src/dbintf.h b/plugins/Dbx_mdbx/src/dbintf.h index a68e8ab4bc..bbab8b2d1e 100644 --- a/plugins/Dbx_mdbx/src/dbintf.h +++ b/plugins/Dbx_mdbx/src/dbintf.h @@ -199,6 +199,12 @@ protected: public:
MICryptoEngine *m_crypto;
+ ////////////////////////////////////////////////////////////////////////////
+ // checker
+
+ int CheckEvents1();
+ int CheckEvents2();
+
protected:
MDBX_env *m_env;
CMDBX_txn_ro m_txn_ro;
|