diff options
author | George Hazan <ghazan@miranda.im> | 2018-03-24 22:31:57 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-03-24 22:31:57 +0300 |
commit | b69dfc075ed0b9f8bcecb55a6e586bae74dedc88 (patch) | |
tree | a8b868afba7ecf2884756aac2aa623db33ffe840 /plugins/Dbx_mdbx/src/dbintf.h | |
parent | d7e276514d48a5b479d5526adcc16e1d1ee37906 (diff) |
crash fix for mdbx under XP (p.3 of #1199)
Diffstat (limited to 'plugins/Dbx_mdbx/src/dbintf.h')
-rw-r--r-- | plugins/Dbx_mdbx/src/dbintf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/Dbx_mdbx/src/dbintf.h b/plugins/Dbx_mdbx/src/dbintf.h index 0ef57afdab..725bc28c61 100644 --- a/plugins/Dbx_mdbx/src/dbintf.h +++ b/plugins/Dbx_mdbx/src/dbintf.h @@ -113,7 +113,10 @@ struct DBCachedContact : public DBCachedContactBase void Advance(MEVENT id, DBEvent &dbe);
void Snapshot();
void Revert();
+
DBContact dbc, tmp_dbc;
+ uint64_t t_tsLast;
+ MEVENT t_evLast;
};
struct EventItem
|