diff options
author | George Hazan <ghazan@miranda.im> | 2018-03-26 20:14:44 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-03-26 20:14:44 +0300 |
commit | 9285557d9f8a2ee7b06d483aed1735c9888f8aff (patch) | |
tree | 147709ae148770ad9b55daee587f9f65775073fa /plugins/Dbx_mdbx/src/dbintf.h | |
parent | a076ee7deea97716cfdce8905d5361df98ad9424 (diff) |
fix for system history processing
Diffstat (limited to 'plugins/Dbx_mdbx/src/dbintf.h')
-rw-r--r-- | plugins/Dbx_mdbx/src/dbintf.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/Dbx_mdbx/src/dbintf.h b/plugins/Dbx_mdbx/src/dbintf.h index ac29a30115..d858deeb3e 100644 --- a/plugins/Dbx_mdbx/src/dbintf.h +++ b/plugins/Dbx_mdbx/src/dbintf.h @@ -213,11 +213,12 @@ protected: MDBX_env *m_env;
CMDBX_txn_ro m_txn_ro;
- MDBX_dbi m_dbGlobal;
+ MDBX_dbi m_dbGlobal;
DBHeader m_header;
-
HANDLE hSettingChangeEvent, hContactDeletedEvent, hContactAddedEvent, hEventMarkedRead;
+ DBCachedContact m_ccDummy; // dummy contact to serve a cache item for MCONTACT = 0
+
////////////////////////////////////////////////////////////////////////////
// settings
|