From efcb48432d0642bfd2fa751162e90b908829bf35 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 16 Mar 2003 13:29:55 +0100 Subject: Modified the EPG scanner to avoid CPU load peaks --- eitscan.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'eitscan.h') diff --git a/eitscan.h b/eitscan.h index 7dacb822..5b40ddd6 100644 --- a/eitscan.h +++ b/eitscan.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: eitscan.h 1.1 2002/05/20 11:00:05 kls Exp $ + * $Id: eitscan.h 1.2 2003/03/16 13:20:40 kls Exp $ */ #ifndef __EITSCAN_H @@ -19,7 +19,8 @@ private: ScanTimeout = 20 }; time_t lastScan, lastActivity; - int currentChannel, lastChannel; + int currentChannel; + int lastChannel[MAXDEVICES]; int numTransponders, *transponders; bool TransponderScanned(cChannel *Channel); public: -- cgit v1.2.3