summaryrefslogtreecommitdiff
path: root/ci.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-05-25 11:51:28 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-05-25 11:51:28 +0200
commitb92bb866f6b46752cd8bd79817464ebf660a8a16 (patch)
treee39155da8d55916a7ecca8014411045449052959 /ci.h
parent4289180a03b933efe7e922e71c1b9c7da7f481ad (diff)
downloadvdr-b92bb866f6b46752cd8bd79817464ebf660a8a16.tar.gz
vdr-b92bb866f6b46752cd8bd79817464ebf660a8a16.tar.bz2
The cCiHandler now closes its file handle when it gets destroyed
Diffstat (limited to 'ci.h')
-rw-r--r--ci.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci.h b/ci.h
index 79ed62f3..62046e5a 100644
--- a/ci.h
+++ b/ci.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: ci.h 1.7 2003/04/20 09:21:23 kls Exp $
+ * $Id: ci.h 1.8 2003/05/25 11:44:47 kls Exp $
*/
#ifndef __CI_H
@@ -79,6 +79,7 @@ class cCiTransportConnection;
class cCiHandler {
private:
cMutex mutex;
+ int fd;
int numSlots;
bool newCaSupport;
bool hasUserIO;