From: Mike Brady Date: Tue, 4 Dec 2018 17:25:40 +0000 (+0000) Subject: Ensure watchdog always starts with the starting time of the thread. Add watchdog... X-Git-Tag: 3.3RC0~119^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b071d3983407e398320778fb709b023dbbc4b915;p=thirdparty%2Fshairport-sync.git Ensure watchdog always starts with the starting time of the thread. Add watchdog bark count. On the third bark, execute an unfixable error script if present. --- diff --git a/configure.ac b/configure.ac index 1fda52d5..82dc13fb 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.50]) -AC_INIT([shairport-sync], [3.3d32], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3d33], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])