From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Tue, 31 Aug 2021 16:43:56 +0000 (+0100) Subject: add a place to store the groupContainsGroupLeader from SETUP X-Git-Tag: 4.1-dev~4^2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d4d75ad4eacde7681a505553c09bcb4b8242541;p=thirdparty%2Fshairport-sync.git add a place to store the groupContainsGroupLeader from SETUP --- diff --git a/player.h b/player.h index 2596eb78..05019417 100644 --- a/player.h +++ b/player.h @@ -146,7 +146,6 @@ typedef struct { uint32_t maximum_latency; // set if an a=max-latency: line appears in the ANNOUNCE message; zero // otherwise int software_mute_enabled; // if we don't have a real mute that we can use - int fd; int authorized; // set if a password is required and has been supplied char *auth_nonce; // the session nonce, if needed @@ -333,7 +332,8 @@ typedef struct { unsigned char *session_key; // needs to be free'd at the end uint64_t frames_packet; uint64_t type; - uint64_t networkTimeTimelineID; // the clock ID used by the player + uint64_t networkTimeTimelineID; // the clock ID used by the player + uint64_t groupContainsGroupLeader; // information coming from the SETUP char *ap2_timing_peer_list_message;