diff options
author | phintuka <phintuka> | 2006-06-11 10:19:50 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-06-11 10:19:50 +0000 |
commit | 5fbff20114c53be37e9efc3b82a338c42f6253f4 (patch) | |
tree | ffaafb1dcfaae25f8e8e76cabd1ac3920a259cc0 /tools/backgroundwriter.h | |
parent | 823573d9ea4b5a97ecb60cec0123e5ba259ec210 (diff) | |
download | xineliboutput-5fbff20114c53be37e9efc3b82a338c42f6253f4.tar.gz xineliboutput-5fbff20114c53be37e9efc3b82a338c42f6253f4.tar.bz2 |
Disconnect client after multiple continous buffer overeflows
Diffstat (limited to 'tools/backgroundwriter.h')
-rw-r--r-- | tools/backgroundwriter.h | 4 |
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); |