Print progress bar in index module

This commit is contained in:
2021-11-07 13:20:05 -05:00
parent 414f65346c
commit b17b9439df
6 changed files with 5 additions and 5 deletions

View File

@@ -2,6 +2,7 @@
ScanCtx_t ScanCtx = {
.stat_index_size = 0,
.stat_tn_size = 0,
.dbg_current_files = NULL,
.pool = NULL
};