X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/f08c0859513712f805da09ae1e1bcefb436b4096..28dc2d220aee492d34c35e3e0756248a16d55b5a:/lib/queue.h diff --git a/lib/queue.h b/lib/queue.h index 3ae4c26..6bcbeed 100644 --- a/lib/queue.h +++ b/lib/queue.h @@ -1,6 +1,6 @@ /* * This file is part of DisOrder. - * Copyright (C) 2004, 2005, 2006 Richard Kettlewell + * Copyright (C) 2004-2008 Richard Kettlewell * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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 */