Cleanup comments, add function to set FIO_ctx_t.nbFilesProcessed

This commit is contained in:
senhuang42
2020-09-01 12:54:21 -04:00
parent a03917c751
commit 3a7d625d6b
3 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -1261,7 +1261,7 @@ int main(int const argCount, const char* argv[])
if (!strcmp(filenames->fileNames[0], stdinmark) && outFileName && !strcmp(outFileName,stdoutmark) && (g_displayLevel==2)) g_displayLevel=1;
/* IO Stream/File */
FIO_setNbFiles(fCtx, (int)filenames->tableSize);
FIO_setNbFilesTotal(fCtx, (int)filenames->tableSize);
FIO_setNotificationLevel(g_displayLevel);
FIO_setPatchFromMode(prefs, patchFromDictFileName != NULL);
if (memLimit == 0) {