summaryrefslogtreecommitdiff
path: root/sections.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-01-10 11:45:42 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-01-10 11:45:42 +0100
commit00d52b12c6547a8aaa4d7b7e0b60d827f0928f3e (patch)
treea80eb56e5edeb93be01d65de26fd0a2d18306800 /sections.h
parent37a73ed5b463300ffd2b5d8d78f3a635ce510a82 (diff)
downloadvdr-00d52b12c6547a8aaa4d7b7e0b60d827f0928f3e.tar.gz
vdr-00d52b12c6547a8aaa4d7b7e0b60d827f0928f3e.tar.bz2
In case of incomplete sections an error message is now logged only every 10 seconds
Diffstat (limited to 'sections.h')
-rw-r--r--sections.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sections.h b/sections.h
index 1f4f462b..a62a2f71 100644
--- a/sections.h
+++ b/sections.h
@@ -4,12 +4,13 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: sections.h 1.1 2003/12/21 14:37:00 kls Exp $
+ * $Id: sections.h 1.2 2004/01/10 11:42:49 kls Exp $
*/
#ifndef __SECTIONS_H
#define __SECTIONS_H
+#include <time.h>
#include "filter.h"
#include "thread.h"
#include "tools.h"
@@ -26,6 +27,7 @@ private:
int transponder;
int statusCount;
bool on;
+ time_t lastIncompleteSection;
cList<cFilter> filters;
cList<cFilterHandle> filterHandles;
void Add(const cFilterData *FilterData);