comparison 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
comparison
equal deleted inserted replaced
2547:8ac0dcad22e3 2548:68d1e9761cc5
75 gulong pl_selection_time; 75 gulong pl_selection_time;
76 gboolean pl_total_more; 76 gboolean pl_total_more;
77 gboolean pl_selection_more; 77 gboolean pl_selection_more;
78 gboolean loading_playlist; 78 gboolean loading_playlist;
79 GMutex *mutex; /* this is required for multiple playlist */ 79 GMutex *mutex; /* this is required for multiple playlist */
80 GList *tail; /* marker for the last element in playlist->entries */
80 } Playlist; 81 } Playlist;
81 82
82 typedef enum { 83 typedef enum {
83 PLAYLIST_ASSOC_LINEAR, 84 PLAYLIST_ASSOC_LINEAR,
84 PLAYLIST_ASSOC_QUEUE, 85 PLAYLIST_ASSOC_QUEUE,