]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Add a local argument fo rtp_setup so we know what local ip address to use
authorMike Brady <mikebrady@eircom.net>
Sun, 1 May 2016 21:36:19 +0000 (22:36 +0100)
committerMike Brady <mikebrady@eircom.net>
Sun, 1 May 2016 21:36:19 +0000 (22:36 +0100)
rtp.h

diff --git a/rtp.h b/rtp.h
index 9adfb5345e1e7f79387277c69cb57fc681126f57..446142d096ac47607e9d3bbbeb3c5d3914568505 100644 (file)
--- a/rtp.h
+++ b/rtp.h
@@ -13,7 +13,7 @@ void *rtp_audio_receiver(void *arg);
 void *rtp_control_receiver(void *arg);
 void *rtp_timing_receiver(void *arg);
 
-void rtp_setup(SOCKADDR *remote, int controlport, int timingport, uint32_t active_remote,
+void rtp_setup(SOCKADDR *local, SOCKADDR *remote, int controlport, int timingport, uint32_t active_remote,
                int *local_server_port, int *local_control_port, int *local_timing_port);
 void rtp_shutdown(void);
 void rtp_request_resend(seq_t first, uint32_t count);