Fixed red, forgot to commit header changes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16332 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
83020c333f
commit
025d1e291a
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,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 queue_length; /* Command queue length */
|
||||
volatile const char
|
||||
*curentry; /* Path of the current entry being scanned. */
|
||||
volatile bool syncscreen;/* Synchronous operation with debug screen? */
|
||||
|
|
Loading…
Reference in a new issue