summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/tagcache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tagcache.h b/apps/tagcache.h
index 9aaa17c9c8..4253f608cc 100644
--- a/apps/tagcache.h
+++ b/apps/tagcache.h
@@ -114,6 +114,7 @@ struct tagcache_stat {
114 int ramcache_used; /* How much ram has been really used */ 114 int ramcache_used; /* How much ram has been really used */
115 int progress; /* Current progress of disk scan */ 115 int progress; /* Current progress of disk scan */
116 int processed_entries; /* Scanned disk entries so far */ 116 int processed_entries; /* Scanned disk entries so far */
117 int queue_length; /* Command queue length */
117 volatile const char 118 volatile const char
118 *curentry; /* Path of the current entry being scanned. */ 119 *curentry; /* Path of the current entry being scanned. */
119 volatile bool syncscreen;/* Synchronous operation with debug screen? */ 120 volatile bool syncscreen;/* Synchronous operation with debug screen? */