chiark / gitweb /
Expose command backend pause mode to server configuration as well.
[disorder] / lib / configuration.h
index acb96b769c46a00ba9e4d412081600c929b191b8..9a85e5da537c3bf440b6ddcddde44331df974181 100644 (file)
@@ -171,6 +171,9 @@ struct config {
   /** @brief Command execute by speaker to play audio */
   const char *speaker_command;
 
+  /** @brief Pause mode for command backend */
+  const char *pause_mode;
+  
   /** @brief Target sample format */
   struct stream_header sample_format;