diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2008-11-08 01:03:20 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2008-11-08 01:03:20 +0100 |
| commit | 008552809692c70b231d58032408790e578a6306 (patch) | |
| tree | 1f681261f90085092c2114b0b5a8c9a41650c92f /lib/dvb/pmt.h | |
| parent | ae5651346d0b371a89287365003466fef729b72a (diff) | |
| download | enigma2-008552809692c70b231d58032408790e578a6306.tar.gz enigma2-008552809692c70b231d58032408790e578a6306.zip | |
working on possibility to receive reply messages from softcam via camd.socket (not finished yet)
Diffstat (limited to 'lib/dvb/pmt.h')
| -rw-r--r-- | lib/dvb/pmt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dvb/pmt.h b/lib/dvb/pmt.h index 107b071a..ff0ef046 100644 --- a/lib/dvb/pmt.h +++ b/lib/dvb/pmt.h @@ -3,6 +3,7 @@ #ifndef SWIG #include <map> +#include <lib/base/buffer.h> #include <lib/dvb/idvb.h> #include <lib/dvb/dvb.h> #include <lib/dvb/idemux.h> @@ -35,6 +36,7 @@ typedef std::map<iDVBChannel*, channel_data*> ChannelMap; class eDVBCAService: public Object { + eIOBuffer m_buffer; ePtr<eSocketNotifier> m_sn; eServiceReferenceDVB m_service; uint8_t m_used_demux[32]; |
