From 0f6265a97fcdfe2b5eb8b46eeac04c63e3379118 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Tue, 8 Jun 2021 15:10:51 +0200 Subject: Fixed flushing old data from the section handler --- sections.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sections.h') 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 filters; cList filterHandles; void Add(const cFilterData *FilterData); -- cgit v1.2.3