summaryrefslogtreecommitdiff
path: root/apps/playlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist.h')
-rw-r--r--apps/playlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist.h b/apps/playlist.h
index 0ecc7ccf77..ab2afefddd 100644
--- a/apps/playlist.h
+++ b/apps/playlist.h
@@ -103,7 +103,7 @@ struct playlist_info
103 to disk */ 103 to disk */
104 struct playlist_control_cache control_cache[PLAYLIST_MAX_CACHE]; 104 struct playlist_control_cache control_cache[PLAYLIST_MAX_CACHE];
105 int num_cached; /* number of cached entries */ 105 int num_cached; /* number of cached entries */
106 struct mutex mutex; /* mutex for control file access */ 106 struct mutex *control_mutex; /* mutex for control file access */
107#ifdef HAVE_DIRCACHE 107#ifdef HAVE_DIRCACHE
108 struct dircache_fileref *dcfrefs; /* Dircache entry shortcuts */ 108 struct dircache_fileref *dcfrefs; /* Dircache entry shortcuts */
109#endif 109#endif