Add parameter to control multiple DDicts

This commit is contained in:
senhuang42
2021-01-07 12:29:11 -05:00
parent f933668d3f
commit fd5b608f1c
3 changed files with 32 additions and 1 deletions
@@ -136,6 +136,7 @@ struct ZSTD_DCtx_s
U32 dictID;
int ddictIsCold; /* if == 1 : dictionary is "new" for working context, and presumed "cold" (not in cpu cache) */
ZSTD_dictUses_e dictUses;
ZSTD_refMultipleDDicts_e refMultipleDDicts; /* User specified: if == 1, will allow references to multiple DDicts. Default == 0 (disabled) */
/* streaming */
ZSTD_dStreamStage streamStage;