Now using a separate mutex to fix the race between SVDRP CHAN and cDevice::HasProgramme()

This commit is contained in:
Klaus Schmidinger
2017-05-30 11:06:55 +02:00
parent 6edfcda43a
commit f97a59597f
4 changed files with 10 additions and 4 deletions

View File

@@ -2858,6 +2858,8 @@ Derek Kelly <user.vdr@gmail.com>
for suggesting to change the naming of "binary skip mode" to "adaptive skip mode"
for suggesting to make the -u option also accept a numerical user id
for reporting a problem with abs() in gcc6+ when called with an unsigned variable
for reporting a deadlock after the fix for a race between SVDRP CHAN and
cDevice::HasProgramme()
Marcel Unbehaun <frostworks@gmx.de>
for adding cRecordingInfo::GetEvent()