From d8ac6074184ffc21c4da8c594df72ee42aa23df2 Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Wed, 2 Aug 2006 17:39:34 +0000 Subject: Tagcache: Fixed runtime stats not being gathered when tagcache is kept on disk. Initial attempt to make tagcache thread safe. Replaced a few direct buffer allocations with buffer_alloc from tagcache and dircache where possible. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10415 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 1752d3ec45..450c21c26e 100644 --- a/apps/tagcache.h +++ b/apps/tagcache.h @@ -113,6 +113,7 @@ struct tagcache_search { long position; int entry_count; bool valid; + bool initialized; /* Exported variables. */ bool ramsearch; -- cgit v1.2.3