diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2017-06-08 08:29:45 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2017-06-08 08:29:45 +0200 |
commit | 79314ab98f0615c5807f341eaefd5b016dd740d9 (patch) | |
tree | df923425d56108ba2f816d2cb0e64fd5fa590a58 /HISTORY | |
parent | 38fed8c9014003f4e78a54e0dfb3ef6c19ac965b (diff) | |
download | vdr-79314ab98f0615c5807f341eaefd5b016dd740d9.tar.gz vdr-79314ab98f0615c5807f341eaefd5b016dd740d9.tar.bz2 |
Increased SLL_LENGTH in thread.c to better handle long caller lines, and enclosed logCaller with DEBUG_LOCKCALL to preserve memory in normal operation
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9110,3 +9110,5 @@ Video Disk Recorder Revision History - Fixed uninitialized variable SdWatchdog in vdr.c (reported by Frank Neumann). - Fixed the locking sequence when starting an instant recording. - Fixed L(ock) and U(nlock) indicators in cStateLockLog. +- Increased SLL_LENGTH in thread.c to better handle long caller lines, and enclosed + logCaller with DEBUG_LOCKCALL to preserve memory in normal operation. |