···85 int ramcache_used; /* How much ram has been really used */
86 int progress; /* Current progress of disk scan */
87 int processed_entries; /* Scanned disk entries so far */
088 int queue_length; /* Command queue length */
89 volatile const char
90 *curentry; /* Path of the current entry being scanned. */
···85 int ramcache_used; /* How much ram has been really used */
86 int progress; /* Current progress of disk scan */
87 int processed_entries; /* Scanned disk entries so far */
88+ int total_entries; /* Total entries in tagcache */
89 int queue_length; /* Command queue length */
90 volatile const char
91 *curentry; /* Path of the current entry being scanned. */