chiark / gitweb /
Fix a race between track startup and scratching. Basically if the
[disorder] / lib / speaker-protocol.h
index 520a0c6d4ba3369fad952acaa003a2ae7fbbda8a..92ce747f10f882136ad08759d2ce8d550e119641 100644 (file)
@@ -99,6 +99,9 @@ struct speaker_message {
  * initialization. */
 #define SM_READY 132
 
+/** @brief Cancelled track @c id which wasn't playing */
+#define SM_STILLBORN 133
+
 void speaker_send(int fd, const struct speaker_message *sm);
 /* Send a message. */