summaryrefslogtreecommitdiff
path: root/recording.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-12-18 12:14:11 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-12-18 12:14:11 +0100
commit78990eb18811079d78cbe6ffe24fd5b750a22eac (patch)
tree2e6dc79074762f9e1ec3624f5ab14ca277f61ce1 /recording.h
parent579719a7f24079bc36939c6b7757030b7299ba29 (diff)
downloadvdr-78990eb18811079d78cbe6ffe24fd5b750a22eac.tar.gz
vdr-78990eb18811079d78cbe6ffe24fd5b750a22eac.tar.bz2
Now avoiding unnecessary disk access when checking if there are deleted recordings that need to be removed; fixed handling the DELETEDLIFETIME
Diffstat (limited to 'recording.h')
-rw-r--r--recording.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/recording.h b/recording.h
index 80ee8112..d79b6b4d 100644
--- a/recording.h
+++ b/recording.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: recording.h 1.47 2005/12/17 13:30:50 kls Exp $
+ * $Id: recording.h 1.48 2005/12/18 11:26:51 kls Exp $
*/
#ifndef __RECORDING_H
@@ -71,6 +71,7 @@ public:
time_t start;
int priority;
int lifetime;
+ time_t deleted;
cRecording(cTimer *Timer, const cEvent *Event);
cRecording(const char *FileName);
virtual ~cRecording();