Added bool to cctx and fixed some comment nits

This commit is contained in:
bimbashrestha
2019-08-26 15:30:41 -07:00
parent 991cbc9024
commit 96201d9774
2 changed files with 12 additions and 11 deletions
+1
View File
@@ -238,6 +238,7 @@ struct ZSTD_CCtx_s {
XXH64_state_t xxhState;
ZSTD_customMem customMem;
size_t staticSize;
int isFirstBlock;
seqStore_t seqStore; /* sequences storage ptrs */
ldmState_t ldmState; /* long distance matching state */