diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-02-18 14:18:13 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-02-18 14:18:13 +0100 |
commit | 3586013b8fa8006afdc9624a97e8f14fa111d753 (patch) | |
tree | beec284353d545cbb0e24995634bab99a9be19ba /config.h | |
parent | c464c4f9b9043e2a852c646f644f7a5c4b0e69d7 (diff) | |
download | vdr-3586013b8fa8006afdc9624a97e8f14fa111d753.tar.gz vdr-3586013b8fa8006afdc9624a97e8f14fa111d753.tar.bz2 |
New SVDRP command MESG; SVDRP can reuse port; SVDRP timeout
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.40 2001/02/03 15:55:45 kls Exp $ + * $Id: config.h 1.41 2001/02/18 13:12:06 kls Exp $ */ #ifndef __CONFIG_H @@ -269,6 +269,7 @@ public: int SetSystemTime; int MarginStart, MarginStop; int EPGScanTimeout; + int SVDRPTimeout; int CurrentChannel; cSetup(void); bool Load(const char *FileName); |