summaryrefslogtreecommitdiff
path: root/sections.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2021-06-08 15:10:51 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2021-06-08 15:10:51 +0200
commit0f6265a97fcdfe2b5eb8b46eeac04c63e3379118 (patch)
treea8ee58836b812a82f1ed5d26d509940e3d37bbc1 /sections.h
parent7b1c09795897282cf6bde0e9742814494f6407a1 (diff)
downloadvdr-0f6265a97fcdfe2b5eb8b46eeac04c63e3379118.tar.gz
vdr-0f6265a97fcdfe2b5eb8b46eeac04c63e3379118.tar.bz2
Fixed flushing old data from the section handler
Diffstat (limited to 'sections.h')
-rw-r--r--sections.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sections.h b/sections.h
index 3aa03953..2e9a4490 100644
--- a/sections.h
+++ b/sections.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: sections.h 4.1 2020/11/24 21:19:49 kls Exp $
+ * $Id: sections.h 5.1 2021/06/08 15:10:51 kls Exp $
*/
#ifndef __SECTIONS_H
@@ -27,6 +27,9 @@ private:
cDevice *device;
int statusCount;
bool on, waitForLock;
+ bool flush;
+ bool startFilters;
+ cTimeMs flushTimer;
cList<cFilter> filters;
cList<cFilterHandle> filterHandles;
void Add(const cFilterData *FilterData);