X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/f08c0859513712f805da09ae1e1bcefb436b4096..71b70599a2cd81c13cc4326499a5d0c45358cd7d:/lib/queue.h diff --git a/lib/queue.h b/lib/queue.h index 3ae4c26..ce43fc5 100644 --- a/lib/queue.h +++ b/lib/queue.h @@ -54,6 +54,7 @@ struct queue_entry { const struct plugin *pl; /* plugin that's playing this track */ void *data; /* player data */ long sofar; /* how much played so far */ + int prepared; /* true when connected to speaker */ /* For DISORDER_PLAYER_PAUSES only: */ time_t lastpaused, lastresumed; /* when last paused/resumed, or 0 */ long uptopause; /* how much played up to last pause */