summaryrefslogtreecommitdiff
path: root/timers.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-05-28 12:47:54 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-05-28 12:47:54 +0200
commit0af3ed548c86b5b2670fbf5610ee41d36b48761a (patch)
treedf07a184bbbaf8c9964c3c5610bcbc4ccb402bed /timers.c
parent7cdd4877c3064d2fedf3182ccf6f6c8df48cafed (diff)
downloadvdr-0af3ed548c86b5b2670fbf5610ee41d36b48761a.tar.gz
vdr-0af3ed548c86b5b2670fbf5610ee41d36b48761a.tar.bz2
Added debug output for checking the correct sequence of locking global lists
Diffstat (limited to 'timers.c')
-rw-r--r--timers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/timers.c b/timers.c
index 4cf8fb7f..95cb723b 100644
--- a/timers.c
+++ b/timers.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: timers.c 4.9 2017/04/20 09:15:06 kls Exp $
+ * $Id: timers.c 4.10 2017/05/26 15:43:38 kls Exp $
*/
#include "timers.h"
@@ -714,7 +714,7 @@ cTimers cTimers::timers;
int cTimers::lastTimerId = 0;
cTimers::cTimers(void)
-:cConfig<cTimer>("Timers")
+:cConfig<cTimer>("1 Timers")
{
lastDeleteExpired = 0;
}