diff options
author | George Hazan <ghazan@miranda.im> | 2018-02-04 18:38:40 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-02-04 18:38:40 +0300 |
commit | 3c8113e543388f8c29fdc4e5b311d60a8a0a8302 (patch) | |
tree | 1377f71b3eb6ea3e3957b4c5205348d0329e8a86 /plugins/Dbx_mdbx/src/dbintf.h | |
parent | 32cd89f64ef0449eac0ceea2ba9bc1aa36c5759b (diff) |
checker for MDBX, first version
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;
|