summaryrefslogtreecommitdiff
path: root/transfer.h
diff options
context:
space:
mode:
Diffstat (limited to 'transfer.h')
-rw-r--r--transfer.h4
1 files changed, 3 insertions, 1 deletions
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);