Added debug output for checking the correct sequence of locking global lists

This commit is contained in:
Klaus Schmidinger
2017-05-28 12:47:54 +02:00
parent 7cdd4877c3
commit 0af3ed548c
8 changed files with 191 additions and 20 deletions

View File

@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: recording.c 4.8 2017/04/03 13:34:30 kls Exp $
* $Id: recording.c 4.9 2017/05/27 15:46:57 kls Exp $
*/
#include "recording.h"
@@ -1469,7 +1469,7 @@ cVideoDirectoryScannerThread *cRecordings::videoDirectoryScannerThread = NULL;
time_t cRecordings::lastUpdate = 0;
cRecordings::cRecordings(bool Deleted)
:cList<cRecording>(Deleted ? "DelRecs" : "Recordings")
:cList<cRecording>(Deleted ? "4 DelRecs" : "3 Recordings")
{
}