summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2007-01-07 05:28:36 +0000
committerphintuka <phintuka>2007-01-07 05:28:36 +0000
commite1b8f54437df7580e87b177c0b24a9951b9986ec (patch)
treede72a9162be506c782ae9ff885c8b860abd8a5b2
parent1b6f3a29ee35aa276c9ceb8d1728682d708abf72 (diff)
downloadxineliboutput-e1b8f54437df7580e87b177c0b24a9951b9986ec.tar.gz
xineliboutput-e1b8f54437df7580e87b177c0b24a9951b9986ec.tar.bz2
Added Keep Open flaf to streamer
-rw-r--r--tools/http.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/http.h b/tools/http.h
index 5a220e8b..63aa434c 100644
--- a/tools/http.h
+++ b/tools/http.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: http.h,v 1.3 2007-01-07 05:22:33 phintuka Exp $
+ * $Id: http.h,v 1.4 2007-01-07 05:28:36 phintuka Exp $
*
*/
@@ -119,6 +119,7 @@ class cHttpStreamer : protected cListObject, cThread
int64_t m_FileSize;
int64_t m_Start;
int64_t m_End;
+ bool m_KeepOpen;
cConnState *m_ConnState;