diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-02-25 14:14:06 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-02-25 14:14:06 +0100 |
commit | 16fe4d783f2c5e34f18a329b542624e211e13e72 (patch) | |
tree | 2e88340b3cd87fda61b88ff659a1ec90a5e671ea /config.h | |
parent | 197d3762e49dc864abe95626c9c40dc6acd0a1f7 (diff) | |
download | vdr-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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |