diff src/audacious/playlist.h @ 2548:68d1e9761cc5 trunk

[svn] - highly experimental code to speed up loading huge playlist. let me know if it breaks something.
author yaz
date Sun, 18 Feb 2007 20:42:53 -0800
parents 3149d4b1a9a9
children c079e507869a
line wrap: on
line diff
--- a/src/audacious/playlist.h	Sun Feb 18 20:40:14 2007 -0800
+++ b/src/audacious/playlist.h	Sun Feb 18 20:42:53 2007 -0800
@@ -77,6 +77,7 @@
     gboolean       pl_selection_more;
     gboolean       loading_playlist;
     GMutex        *mutex;       /* this is required for multiple playlist */
+    GList *tail; /* marker for the last element in playlist->entries */
 } Playlist;
 
 typedef enum {