summaryrefslogtreecommitdiff
path: root/apps/tagcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagcache.c')
-rw-r--r--apps/tagcache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c
index 69a6eaade5..09dbc2b041 100644
--- a/apps/tagcache.c
+++ b/apps/tagcache.c
@@ -5084,6 +5084,7 @@ static int get_progress(void)
5084 5084
5085struct tagcache_stat* tagcache_get_stat(void) 5085struct tagcache_stat* tagcache_get_stat(void)
5086{ 5086{
5087 tc_stat.total_entries = current_tcmh.tch.entry_count;
5087 tc_stat.progress = get_progress(); 5088 tc_stat.progress = get_progress();
5088 tc_stat.processed_entries = processed_dir_count; 5089 tc_stat.processed_entries = processed_dir_count;
5089 5090