summaryrefslogtreecommitdiff
path: root/apps/tagcache.h
diff options
context:
space:
mode:
authorSteve Bavin <pondlife@pondlife.me>2007-03-08 08:20:30 +0000
committerSteve Bavin <pondlife@pondlife.me>2007-03-08 08:20:30 +0000
commit149bc03d86e1ae8c2d05fb9d657500252a8ba20a (patch)
treef5207faaa0f05af465760d9c9017d31df1d38a19 /apps/tagcache.h
parentb1646abc18eab961c815822cf548518315b2ee7d (diff)
downloadrockbox-149bc03d86e1ae8c2d05fb9d657500252a8ba20a.tar.gz
rockbox-149bc03d86e1ae8c2d05fb9d657500252a8ba20a.zip
Really don't try to initialise while the database status is unknown
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12684 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tagcache.h')
-rw-r--r--apps/tagcache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tagcache.h b/apps/tagcache.h
index c8d52308ce..0cfdedf310 100644
--- a/apps/tagcache.h
+++ b/apps/tagcache.h
@@ -86,6 +86,7 @@ enum clause { clause_none, clause_is, clause_is_not, clause_gt, clause_gteq,
86 86
87struct tagcache_stat { 87struct tagcache_stat {
88 bool initialized; /* Is tagcache currently busy? */ 88 bool initialized; /* Is tagcache currently busy? */
89 bool readyvalid; /* Has tagcache ready status been ascertained */
89 bool ready; /* Is tagcache ready to be used? */ 90 bool ready; /* Is tagcache ready to be used? */
90 bool ramcache; /* Is tagcache loaded in ram? */ 91 bool ramcache; /* Is tagcache loaded in ram? */
91 bool commit_delayed; /* Has commit been delayed until next reboot? */ 92 bool commit_delayed; /* Has commit been delayed until next reboot? */