From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Wed, 1 Sep 2021 15:53:48 +0000 (+0100) Subject: clang X-Git-Tag: 4.1-dev~4^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcd57227ebf307ece3716aef092bb69462082ced;p=thirdparty%2Fshairport-sync.git clang --- diff --git a/player.h b/player.h index 48755997..5e1e6e7b 100644 --- a/player.h +++ b/player.h @@ -287,7 +287,8 @@ typedef struct { clock_status_t clock_status; #ifdef CONFIG_AIRPLAY_2 - char *airplay_gid; // UUID in the Bonjour advertisement -- if NULL, the group UUID is the same as the pi UUID + char *airplay_gid; // UUID in the Bonjour advertisement -- if NULL, the group UUID is the same as + // the pi UUID airplay_t airplay_type; // are we using AirPlay 1 or AirPlay 2 protocol on this connection? airplay_stream_t airplay_stream_type; // is it realtime audio or buffered audio... timing_t timing_type; // are we using NTP or PTP on this connection?