chiark / gitweb /
Implement most of the playlist commands in the server. playlist-set
[disorder] / lib / configuration.h
index d269beb84cdb1c4626d610e80c3f7c13778ae196..b94b684f2345630c228ed56abda8f6a0d4a87aaf 100644 (file)
@@ -188,6 +188,9 @@ struct config {
   /** @brief Maximum size of a playlist */
   long playlist_max;
 
+  /** @brief Maximum lifetime of a playlist lock */
+  long playlist_lock_timeout;
+
 /* These values had better be non-negative */
 #define BACKEND_ALSA 0                 /**< Use ALSA (Linux only) */
 #define BACKEND_COMMAND 1              /**< Execute a command */