summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-08-17 08:58:02 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-08-17 08:58:02 +0200
commitb65687ebcfe79f8258bf3ca9ece057f16fae047b (patch)
tree6695894de09bb900f3b424805d47c8dab339c03d /config.h
parent3a27bdfeda2a0de7e1c4b3f7f15925e4448e8f72 (diff)
downloadvdr-b65687ebcfe79f8258bf3ca9ece057f16fae047b.tar.gz
vdr-b65687ebcfe79f8258bf3ca9ece057f16fae047b.tar.bz2
Made the "Zap timeout" a setup variable
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 c4590a77..f7eb28eb 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 1.167 2003/08/16 09:08:33 kls Exp $
+ * $Id: config.h 1.168 2003/08/17 08:46:34 kls Exp $
*/
#ifndef __CONFIG_H
@@ -219,6 +219,7 @@ public:
int EPGScanTimeout;
int EPGBugfixLevel;
int SVDRPTimeout;
+ int ZapTimeout;
int SortTimers;
int PrimaryLimit;
int DefaultPriority, DefaultLifetime;