X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/f08c0859513712f805da09ae1e1bcefb436b4096..2bead8292800e9730448cc128a9f9e05f88b17a9:/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 */