Add experimental param for sequence validation

This commit is contained in:
senhuang42
2020-11-20 11:57:41 -05:00
parent 0e32928b7d
commit 7742f076b4
4 changed files with 70 additions and 30 deletions
+1
View File
@@ -244,6 +244,7 @@ struct ZSTD_CCtx_params_s {
/* Sequence compression API */
ZSTD_sequenceFormat_e blockDelimiters;
int validateSequences;
/* Internal use, for createCCtxParams() and freeCCtxParams() only */
ZSTD_customMem customMem;