diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-05-06 14:43:17 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-05-06 14:43:17 +0200 |
commit | 9f7166a8915596fca3656d4b2627dd0bcc27ddaa (patch) | |
tree | a7100a4fb2e827c68ae0e17c8fd20e807dd31b40 /HISTORY | |
parent | 6ca56047ae0f8078629b12f5e7408b0c57b9fec6 (diff) | |
download | vdr-9f7166a8915596fca3656d4b2627dd0bcc27ddaa.tar.gz vdr-9f7166a8915596fca3656d4b2627dd0bcc27ddaa.tar.bz2 |
Fixed timeout handling in cRwLock::Lock()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3496,3 +3496,7 @@ Video Disk Recorder Revision History actually stored. - Fixed handling lifetime when deciding whether to delete a recording (thanks to Udo Richter). +- Fixed timeout handling in cRwLock::Lock() (thanks to Sascha Volkenandt for reporting + this one). +- Since there are several places in thread.c where a timeout value is calculated, + this has been put into a separate function. |