From 7e30f7b7c80d41883ec9b0187dc9c47b6765a4d1 Mon Sep 17 00:00:00 2001 From: Dimitar Petrovski Date: Sat, 11 Aug 2018 14:27:23 +0200 Subject: fix wrong lock sequence thanks to Matthias Feistel --- eit2.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'eit2.h') diff --git a/eit2.h b/eit2.h index b9e6298..65d4b82 100644 --- a/eit2.h +++ b/eit2.h @@ -51,7 +51,7 @@ extern bool SystemCharacterTableIsSingleByte;*/ class cEIT2:public SI::EIT { public: - cEIT2(cSchedules * Schedules, int Source, u_char Tid, const u_char * Data, + cEIT2(cChannels* Channels, cSchedules * Schedules, int Source, u_char Tid, const u_char * Data, EFormat format, bool isEITPid = false, bool OnlyRunningStatus = false); cEIT2 (cSchedule * Schedule, EFormat format); @@ -71,6 +71,7 @@ private: bool OnlyRunningStatus; time_t SegmentStart; time_t SegmentEnd; + cChannels* Channels; cSchedules* Schedules; EFormat Format; const cChannel* channel; -- cgit v1.2.3