summaryrefslogtreecommitdiff
path: root/mtd.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-03-19 13:33:53 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2017-03-19 13:33:53 +0100
commite2756f8e9ad544ff085a44a0e26338257172e85a (patch)
tree4a44bca60a5f67993a9e31bcf0cdc2bc7f0736b0 /mtd.h
parent367557039aae419f28c2ff44700f77bec8f498e4 (diff)
downloadvdr-e2756f8e9ad544ff085a44a0e26338257172e85a.tar.gz
vdr-e2756f8e9ad544ff085a44a0e26338257172e85a.tar.bz2
Now clearing the MTD buffer
Diffstat (limited to 'mtd.h')
-rw-r--r--mtd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mtd.h b/mtd.h
index 9375b682..b9cf55ae 100644
--- a/mtd.h
+++ b/mtd.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: mtd.h 1.2 2017/03/19 10:48:52 kls Exp $
+ * $Id: mtd.h 1.3 2017/03/19 13:32:48 kls Exp $
*/
#ifndef __MTD_H
@@ -154,6 +154,7 @@ private:
cMtdMapper *mtdMapper;
cRingBufferLinear *mtdBuffer;
bool delivered;
+ bool clearBuffer;
protected:
virtual const int *GetCaSystemIds(void);
virtual void SendCaPmt(uint8_t CmdId);