*/
playing_isscratch,
- /** @brief Could not find a player
+ /** @brief OBSOLETE
*
- * Obsolete - nothing sets this any more
+ * Formerly meant that no player could be found. Nothing sets this any more.
*/
playing_no_player,
/** @brief Owning queue (for Disobedience only) */
struct queuelike *ql;
+
+ /** @brief Decoder (or player) process ID */
+ pid_t pid;
};
void queue_insert_entry(struct queue_entry *b, struct queue_entry *n);