From 025d1e291aaf92c2f4ae3934e55e167e16d8af40 Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Sun, 17 Feb 2008 19:11:16 +0000 Subject: Fixed red, forgot to commit header changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16332 a1c6a512-1295-4272-9138-f99709370657 --- apps/tagcache.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/tagcache.h') 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 { 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? */ -- cgit v1.2.3