diff src/lastfm/lastfm.h @ 1231:e2b45aa596ad

improved the metadata algorithm, but couldnt get rid of the crashes yet
author Cristi Magherusan <majeru@atheme-project.org>
date Wed, 11 Jul 2007 04:30:31 +0300
parents d4efe4889489
children 8af27e02e7b7
line wrap: on
line diff
--- a/src/lastfm/lastfm.h	Tue Jul 10 23:04:17 2007 +0100
+++ b/src/lastfm/lastfm.h	Wed Jul 11 04:30:31 2007 +0300
@@ -29,6 +29,7 @@
 
 GThread* metadata_thread=NULL;
 gint thread_count=0;
+static GMutex * mutex = NULL;
 
 VFSFile *lastfm_vfs_fopen_impl(const gchar * path, const gchar * mode);