adding enableDedicatedDictSearch to matchState_t

This commit is contained in:
Bimba Shrestha
2020-09-10 18:51:52 -04:00
committed by W. Felix Handte
parent 50550a14ad
commit 31e581bf65
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -153,6 +153,7 @@ struct ZSTD_matchState_t {
U32* hashTable;
U32* hashTable3;
U32* chainTable;
int enableDedicatedDictSearch;
optState_t opt; /* optimal parser state */
const ZSTD_matchState_t* dictMatchState;
ZSTD_compressionParameters cParams;