From e757f10e440a160c9657b89b51388311d95ff123 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Thu, 7 Dec 2017 15:05:48 +0100 Subject: If TS packets are not accepted by the output device in Transfer Mode, this is now reported only once per minute in the log file --- transfer.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'transfer.h') diff --git a/transfer.h b/transfer.h index 21d9dd86..a10ed7b2 100644 --- a/transfer.h +++ b/transfer.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: transfer.h 4.1 2015/09/05 11:43:08 kls Exp $ + * $Id: transfer.h 4.2 2017/12/07 14:56:22 kls Exp $ */ #ifndef __TRANSFER_H @@ -16,6 +16,8 @@ class cTransfer : public cReceiver, public cPlayer { private: + time_t lastErrorReport; + int numLostPackets; cPatPmtGenerator patPmtGenerator; protected: virtual void Activate(bool On); -- cgit v1.2.3