diff options
Diffstat (limited to 'apps/tagcache.h')
-rw-r--r-- | apps/tagcache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tagcache.h b/apps/tagcache.h index b3baba0f30..37298c7a69 100644 --- a/apps/tagcache.h +++ b/apps/tagcache.h @@ -85,6 +85,7 @@ struct tagcache_stat { int ramcache_used; /* How much ram has been really used */ int progress; /* Current progress of disk scan */ int processed_entries; /* Scanned disk entries so far */ + int total_entries; /* Total entries in tagcache */ int queue_length; /* Command queue length */ volatile const char *curentry; /* Path of the current entry being scanned. */ |