summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-02-25 14:14:06 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2007-02-25 14:14:06 +0100
commit16fe4d783f2c5e34f18a329b542624e211e13e72 (patch)
tree2e88340b3cd87fda61b88ff659a1ec90a5e671ea /config.h
parent197d3762e49dc864abe95626c9c40dc6acd0a1f7 (diff)
downloadvdr-16fe4d783f2c5e34f18a329b542624e211e13e72.tar.gz
vdr-16fe4d783f2c5e34f18a329b542624e211e13e72.tar.bz2
Made "Channel entry timeout" a setup parameter1.5.1
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 652c64d2..67ae7a8d 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.286 2007/02/25 11:26:53 kls Exp $
+ * $Id: config.h 1.287 2007/02/25 13:58:59 kls Exp $
*/
#ifndef __CONFIG_H
@@ -225,6 +225,7 @@ public:
int EPGLinger;
int SVDRPTimeout;
int ZapTimeout;
+ int ChannelEntryTimeout;
int PrimaryLimit;
int DefaultPriority, DefaultLifetime;
int PausePriority, PauseLifetime;