From: Mike Brady Date: Mon, 3 Dec 2018 16:52:32 +0000 (+0000) Subject: Make sure that shared watchdog count is correctly updated in the rtsp_conn_info struc... X-Git-Tag: 3.3RC0~119^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bb29bc198541d5dacf7cb1ba9a2fcd82f2afe86;p=thirdparty%2Fshairport-sync.git Make sure that shared watchdog count is correctly updated in the rtsp_conn_info structure! --- diff --git a/player.h b/player.h index deb787c6..e2c6a4c8 100644 --- a/player.h +++ b/player.h @@ -87,7 +87,7 @@ typedef struct { time_t playstart; pthread_t thread, timer_requester, rtp_audio_thread, rtp_control_thread, rtp_timing_thread, player_watchdog_thread; - int64_t watchdog_bark_time; + volatile int64_t watchdog_bark_time; // pthread_t *ptp; // buffers to delete on exit