adding oversizeDuration to dctx and macros

This commit is contained in:
Bimba Shrestha
2020-04-03 13:08:29 -07:00
parent 7202184ee0
commit 05574ec141
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -111,6 +111,7 @@ static void ZSTD_initDCtx_internal(ZSTD_DCtx* dctx)
dctx->legacyContext = NULL;
dctx->previousLegacyVersion = 0;
dctx->noForwardProgress = 0;
dctx->oversizedDuration = 0;
dctx->bmi2 = ZSTD_cpuid_bmi2(ZSTD_cpuid());
}