changed member name to workSpaceOversizedDuration

This commit is contained in:
Yann Collet
2018-06-06 15:00:27 -07:00
parent f7392f3dc9
commit e5e17d009f
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ struct ZSTD_CCtx_s {
ZSTD_CCtx_params appliedParams;
U32 dictID;
int workSpaceTooLarge;
int workSpaceOversizedDuration;
void* workSpace;
size_t workSpaceSize;
size_t blockSize;