From 149bc03d86e1ae8c2d05fb9d657500252a8ba20a Mon Sep 17 00:00:00 2001 From: Steve Bavin Date: Thu, 8 Mar 2007 08:20:30 +0000 Subject: 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 --- 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 c8d5230..0cfdedf 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, struct tagcache_stat { bool initialized; /* Is tagcache currently busy? */ + bool readyvalid; /* Has tagcache ready status been ascertained */ bool ready; /* Is tagcache ready to be used? */ bool ramcache; /* Is tagcache loaded in ram? */ bool commit_delayed; /* Has commit been delayed until next reboot? */ -- cgit v1.1