Move ldm hashLog, bucketLog, and mml to cctxParams

This commit is contained in:
Stella Lau
2017-09-01 12:24:59 -07:00
parent 17d8e0bdcc
commit 767a0b3be1
5 changed files with 148 additions and 68 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ static ZSTD_CCtx_params ZSTDMT_makeJobCCtxParams(ZSTD_CCtx_params const params)
jobParams.fParams = params.fParams;
jobParams.compressionLevel = params.compressionLevel;
jobParams.enableLdm = params.enableLdm;
jobParams.ldmParams = params.ldmParams;
return jobParams;
}