From 2bc133dce9271874433cbbaeb74667be4a7d5710 Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Tue, 21 Jun 2011 17:42:31 +0000 Subject: Try to handle dircache rebuild event properly. Playlist should now cache new pointers to dircache items when dircache goes offline and comes back onlineagain (during tagcache commit). This should prevent wrong filenames to appear in playlist. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30047 a1c6a512-1295-4272-9138-f99709370657 --- firmware/include/dircache.h | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/include/dircache.h') diff --git a/firmware/include/dircache.h b/firmware/include/dircache.h index 585bb10..0ac937d 100644 --- a/firmware/include/dircache.h +++ b/firmware/include/dircache.h @@ -30,6 +30,7 @@ #define DIRCACHE_LIMIT (1024*1024*6) #define DIRCACHE_APPFLAG_TAGCACHE 0x0001 +#define DIRCACHE_APPFLAG_PLAYLIST 0x0002 /* Internal structures. */ struct travel_data { -- cgit v1.1