summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2010-03-07 12:43:30 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2010-03-07 12:43:30 +0100
commit74d6d35bce1f724e0d1e1b57fe5b022189c73f2c (patch)
tree16657cac088f1c29d172b609fe123d40b3adb784 /config.h
parent2f16565bc8a81be10af7bb1ba652719a8aaa9eb6 (diff)
downloadvdr-74d6d35bce1f724e0d1e1b57fe5b022189c73f2c.tar.gz
vdr-74d6d35bce1f724e0d1e1b57fe5b022189c73f2c.tar.bz2
Implemented automatic deleting of timeshift recording
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index 74250ea6..470967b1 100644
--- a/config.h
+++ b/config.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: config.h 2.23 2010/02/28 15:18:31 kls Exp $
+ * $Id: config.h 2.24 2010/03/06 15:29:46 kls Exp $
*/
#ifndef __CONFIG_H
@@ -276,6 +276,7 @@ public:
int FontFixSize;
int MaxVideoFileSize;
int SplitEditedFiles;
+ int DelTimeshiftRec;
int MinEventTimeout, MinUserInactivity;
time_t NextWakeupTime;
int MultiSpeedMode;