From: Mike Brady Date: Sat, 12 May 2018 14:36:56 +0000 (+0100) Subject: Add a read-write mutex to protect a player thread when it's being created or deleted... X-Git-Tag: 3.2RC8~2^2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8845c60397adef8309c86b56d1bd16eefe99329d;p=thirdparty%2Fshairport-sync.git Add a read-write mutex to protect a player thread when it's being created or deleted; make external accessors get a read lock. --- diff --git a/configure.ac b/configure.ac index 377bd9e5..da112979 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.2d49], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.2d50], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])