chiark / gitweb /
disorder-playrtp now releases its lock around activate/deactivate
[disorder] / lib / configuration.h
index d9af67dd3c0fa4511a035dec732540e73a440c0e..acb96b769c46a00ba9e4d412081600c929b191b8 100644 (file)
@@ -235,6 +235,9 @@ struct config {
   /** @brief Source address for network audio transmission */
   struct stringlist broadcast_from;
 
+  /** @brief RTP delay threshold */
+  long rtp_delay_threshold;
+  
   /** @brief TTL for multicast packets */
   long multicast_ttl;