Added some missing locks when calling functions from cStatus or cSkin*

This commit is contained in:
Klaus Schmidinger
2017-06-21 09:40:39 +02:00
parent 699c073d85
commit 1bce499383
4 changed files with 65 additions and 33 deletions

View File

@@ -9135,3 +9135,6 @@ Video Disk Recorder Revision History
- Updated links in the INSTALL file (thanks to Chris Mayo).
- Fixed detecting whether a CAM replies to queries, which didn't work on some systems
since the implementation of RI_HOST_CONTROL (reported by Daniel Scheller).
- Added some missing locks when calling functions from cStatus or cSkin*, and added
some text to status.h and skins.h, explaining the locking situation when such
functions are called.