X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/6ce6b5a9430b1b8749d832ecabe840a7b65d74de..66bb2e02f95baed39eac2f3b1b11053d1e2a4c21:/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 */