diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-10-31 10:22:32 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-10-31 10:22:32 +0100 |
commit | 5e731865a6e85e234b6a8daed9c671acaa21e6c1 (patch) | |
tree | 596262807dca06e007ae9673c6f3f4ae18a2066e /HISTORY | |
parent | 4f67ade2dcac00d3807df19f18601ee2eb267818 (diff) | |
download | vdr-5e731865a6e85e234b6a8daed9c671acaa21e6c1.tar.gz vdr-5e731865a6e85e234b6a8daed9c671acaa21e6c1.tar.bz2 |
Making sure that timers and channels are only saved together
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3093,3 +3093,6 @@ Video Disk Recorder Revision History cCondVar to make sure any sleepers will wake up (suggested by Werner Fink). Also using pthread_cond_broadcast() instead of pthread_cond_signal() in cCondWait, in case there is more than one sleeper. +- Making sure that timers and channels are only saved together, in a consistent + manner (thanks to Mirko Dölle for reporting a problem with inconsistent + channel and timer lists). |