summaryrefslogtreecommitdiffstats
path: root/dabplussnoop.h
diff options
context:
space:
mode:
Diffstat (limited to 'dabplussnoop.h')
-rw-r--r--dabplussnoop.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/dabplussnoop.h b/dabplussnoop.h
index b77e00e..7d7ee04 100644
--- a/dabplussnoop.h
+++ b/dabplussnoop.h
@@ -88,7 +88,8 @@ class DabPlusSnoop
DabPlusSnoop() :
m_index(0),
m_subchannel_index(0),
- m_data(0) {}
+ m_data(0),
+ m_raw_data_stream_fd(NULL) {}
void set_subchannel_index(unsigned subchannel_index)
{
@@ -123,6 +124,8 @@ class DabPlusSnoop
unsigned m_subchannel_index;
std::vector<uint8_t> m_data;
+
+ FILE* m_raw_data_stream_fd;
};
#endif