mrpd: comment out unused struct msrpdu_talker_advertise from compile
authorAndrew Elder <aelder@audioscience.com>
Fri, 28 Sep 2012 14:37:10 +0000 (10:37 -0400)
committerAndrew Elder <aelder@audioscience.com>
Fri, 5 Oct 2012 10:48:14 +0000 (06:48 -0400)
daemons/mrpd/msrp.h

index e805aa5..6e37005 100644 (file)
@@ -58,6 +58,7 @@ typedef struct msrpdu_listen {
        uint8_t StreamID[8];    /* MSB bytes are talker MAC address */
 } msrpdu_listen_t;
 
+#if 0
 typedef struct msrpdu_talker_advertise {
        uint8_t StreamID[8];
        struct {
@@ -75,6 +76,7 @@ typedef struct msrpdu_talker_advertise {
         */
        unsigned AccumulatedLatency;    /* unsigned 32 bit nsec latency */
 } msrpdu_talker_advertise_t;
+#endif
 
 typedef struct msrpdu_talker_fail {
        uint8_t StreamID[8];