]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
add a place to store the groupContainsGroupLeader from SETUP
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Tue, 31 Aug 2021 16:43:56 +0000 (17:43 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Tue, 31 Aug 2021 16:43:56 +0000 (17:43 +0100)
player.h

index 2596eb78161d3b2e14cab74b3d9ef597d024d673..050194177fda29500634152b435220122208c0ef 100644 (file)
--- 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;