Add (undocumented) rtp_verbose option, to generate once-a-minute
[disorder] / lib / configuration.h
index 8255db2..6e3a9a9 100644 (file)
@@ -251,6 +251,9 @@ struct config {
 
   /** @brief RTP delay threshold */
   long rtp_delay_threshold;
+
+  /** @brief Verbose RTP transmission logging */
+  int rtp_verbose;
   
   /** @brief TTL for multicast packets */
   long multicast_ttl;