chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Correct ordering of configuration key table.
[disorder]
/
lib
/
queue.h
diff --git
a/lib/queue.h
b/lib/queue.h
index 72e38769726442557231928b0d28a2743ebdabf2..c287ebe950afd4eb9ce55e989be998c6c1713796 100644
(file)
--- a/
lib/queue.h
+++ b/
lib/queue.h
@@
-188,6
+188,13
@@
struct queue_entry {
/** @brief How much of track has been played so far (seconds) */
long sofar;
/** @brief How much of track has been played so far (seconds) */
long sofar;
+ /** @brief True if track preparation is underway
+ *
+ * This is set when a decoder has been started and is expected to connect to
+ * the speaker, but the speaker has not sent as @ref SM_ARRIVED message back
+ * yet. */
+ int preparing;
+
/** @brief True if decoder is connected to speaker
*
* This is not a @ref playing_state for a couple of reasons
/** @brief True if decoder is connected to speaker
*
* This is not a @ref playing_state for a couple of reasons