Move nbThreads to cctx params
This commit is contained in:
@@ -232,6 +232,8 @@ typedef struct ZSTD_CCtx_params_s {
|
||||
ZSTD_dictMode_e dictMode;
|
||||
U32 dictContentByRef;
|
||||
|
||||
/* Multithreading */
|
||||
U32 nbThreads;
|
||||
|
||||
} ZSTD_CCtx_params;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user