summaryrefslogtreecommitdiff
path: root/player.h
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2018-07-17 10:28:06 +0100
committerMike Brady <mikebrady@eircom.net>2018-07-17 10:28:06 +0100
commita4eaace76b07027f5832071de4ed44c726b91786 (patch)
tree46500656e7f96bcd114d5ea8f47941bc9c5d20d8 /player.h
parentebacd7f340069833aceb9aebb14c6c195a95020f (diff)
Begin to try to get Shairport Sync to quit cleanly, relinquishing memory and ports etc. properly so that valgrind can be more useful.
Diffstat (limited to 'player.h')
-rw-r--r--player.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/player.h b/player.h
index 793476e..295b0cc 100644
--- a/player.h
+++ b/player.h
@@ -74,9 +74,10 @@ typedef struct {
// otherwise
int64_t maximum_latency; // set if an a=max-latency: line appears in the ANNOUNCE message; zero
// otherwise
-
+
int fd;
int authorized; // set if a password is required and has been supplied
+ char *auth_nonce; // the session nonce, if needed
stream_cfg stream;
SOCKADDR remote, local;
int stop;