Move nbThreads to cctx params

This commit is contained in:
Stella Lau
2017-08-18 12:08:57 -07:00
parent 2300c58a6f
commit 81d89d82a6
2 changed files with 18 additions and 11 deletions
+2
View File
@@ -232,6 +232,8 @@ typedef struct ZSTD_CCtx_params_s {
ZSTD_dictMode_e dictMode;
U32 dictContentByRef;
/* Multithreading */
U32 nbThreads;
} ZSTD_CCtx_params;