diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2017-05-30 11:06:55 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2017-05-30 11:06:55 +0200 |
commit | f97a59597f53e2a207b624ab32f491131253987c (patch) | |
tree | 1447dc381514dd21c2143ce0fdeda40f1775c479 /CONTRIBUTORS | |
parent | 6edfcda43a365cfd94ed6649d66a0adcbb965480 (diff) | |
download | vdr-f97a59597f53e2a207b624ab32f491131253987c.tar.gz vdr-f97a59597f53e2a207b624ab32f491131253987c.tar.bz2 |
Now using a separate mutex to fix the race between SVDRP CHAN and cDevice::HasProgramme()
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 7cdb554c..a3d593f3 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -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() |