chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Start rationalizing network address configuration.
[disorder]
/
lib
/
configuration.h
diff --git
a/lib/configuration.h
b/lib/configuration.h
index 9a85e5da537c3bf440b6ddcddde44331df974181..754290223170c56654d66a7bb07ed08202c1ef0d 100644
(file)
--- a/
lib/configuration.h
+++ b/
lib/configuration.h
@@
-26,6
+26,7
@@
#include "speaker-protocol.h"
#include "rights.h"
#include "speaker-protocol.h"
#include "rights.h"
+#include "addr.h"
struct uaudio;
struct uaudio;
@@
-233,10
+234,10
@@
struct config {
struct transformlist transform; /* path name transformations */
/** @brief Address to send audio data to */
struct transformlist transform; /* path name transformations */
/** @brief Address to send audio data to */
- struct
stringlist
broadcast;
+ struct
netaddress
broadcast;
/** @brief Source address for network audio transmission */
/** @brief Source address for network audio transmission */
- struct
stringlist
broadcast_from;
+ struct
netaddress
broadcast_from;
/** @brief RTP delay threshold */
long rtp_delay_threshold;
/** @brief RTP delay threshold */
long rtp_delay_threshold;