diff src/lastfm/lastfm.h @ 1335:59699988d194

fixed some issues, hopefully it won't crash that much anymore
author Cristi Magherusan <majeru@atheme-project.org>
date Sun, 22 Jul 2007 17:34:21 +0300
parents 8af27e02e7b7
children e6f5685f71a1
line wrap: on
line diff
--- a/src/lastfm/lastfm.h	Sat Jul 21 22:37:11 2007 +0300
+++ b/src/lastfm/lastfm.h	Sun Jul 22 17:34:21 2007 +0300
@@ -15,17 +15,18 @@
 #define METADATA_FETCH_SUCCEEDED      128
 typedef struct
 {
-	VFSFile *proxy_fd;
-	gchar *lastfm_session_id;
-	gchar *lastfm_mp3_stream_url;
-	gchar *lastfm_station_name;
-	gchar *lastfm_artist;
-	gchar *lastfm_title;
-	gchar *lastfm_album;
-	gchar *lastfm_cover;
-	unsigned int lastfm_duration;
-	unsigned int lastfm_progress;
+        VFSFile *proxy_fd;
+        gchar *lastfm_session_id;
+        gchar *lastfm_mp3_stream_url;
+        gchar *lastfm_station_name;
+        gchar *lastfm_artist;
+        gchar *lastfm_title;
+        gchar *lastfm_album;
+        gchar *lastfm_cover;
+        unsigned int lastfm_duration;
+        unsigned int lastfm_progress;
 } LastFM;
+GTimeVal *t0,*t1;
 
 GThread* metadata_thread=NULL;
 gint thread_count=0;