Add ZSTD_compressionParameters to ZSTD_matchState_t

This commit is contained in:
W. Felix Handte
2018-09-28 17:10:42 -07:00
parent e06f91a169
commit 76ef87ed9d
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -140,6 +140,7 @@ struct ZSTD_matchState_t {
U32* chainTable;
optState_t opt; /* optimal parser state */
const ZSTD_matchState_t *dictMatchState;
ZSTD_compressionParameters cParams;
};
typedef struct {