summaryrefslogtreecommitdiff
path: root/tools/backgroundwriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/backgroundwriter.h')
-rw-r--r--tools/backgroundwriter.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/backgroundwriter.h b/tools/backgroundwriter.h
index 619b2a29..d49ee133 100644
--- a/tools/backgroundwriter.h
+++ b/tools/backgroundwriter.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: backgroundwriter.h,v 1.1 2006-06-03 10:04:27 phintuka Exp $
+ * $Id: backgroundwriter.h,v 1.2 2006-06-11 10:19:50 phintuka Exp $
*
*/
@@ -29,6 +29,8 @@ class cBackgroundWriter : public cThread {
uint64_t m_DiscardStart;
uint64_t m_DiscardEnd;
+ int m_BufferOverflows;
+
protected:
virtual void Action(void);