Add multithread support to COVER

This commit is contained in:
Nick Terrell
2017-01-27 11:56:02 -08:00
parent cafdd31a38
commit 2fe9126591
3 changed files with 22 additions and 22 deletions
+1
View File
@@ -577,6 +577,7 @@ int main(int argCount, const char* argv[])
if (operation==zom_train) {
#ifndef ZSTD_NODICT
if (cover) {
coverParams.nbThreads = nbThreads;
coverParams.compressionLevel = dictCLevel;
coverParams.notificationLevel = displayLevel;
coverParams.dictID = dictID;