From cdf4c110510a39c162b469ecbd6f69571019cf69 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 12 Apr 2018 20:55:18 +0300 Subject: initial version of profile compactor for MDBX --- plugins/Dbx_mdbx/src/dbintf.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/Dbx_mdbx/src/dbintf.h') diff --git a/plugins/Dbx_mdbx/src/dbintf.h b/plugins/Dbx_mdbx/src/dbintf.h index 0b616916ed..6d998f7d77 100644 --- a/plugins/Dbx_mdbx/src/dbintf.h +++ b/plugins/Dbx_mdbx/src/dbintf.h @@ -267,6 +267,8 @@ public: STDMETHODIMP_(BOOL) MetaMergeHistory(DBCachedContact *ccMeta, DBCachedContact *ccSub); STDMETHODIMP_(BOOL) MetaSplitHistory(DBCachedContact *ccMeta, DBCachedContact *ccSub); + STDMETHODIMP_(BOOL) Compact(); + public: MICryptoEngine *m_crypto; }; -- cgit v1.2.3