mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
try to make CA-Init more reliable
Origin commit data
------------------
Branch: master
Commit: 5164cd5ed0
Author: FlatTV <FlatTV@gmx.de>
Date: 2021-05-30 (Sun, 30 May 2021)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -315,6 +315,7 @@ class cCA
|
||||
pthread_mutex_t ciMutex;
|
||||
std::list<eDVBCISlot *> slot_data;
|
||||
pthread_t slot_thread;
|
||||
bool zapitReady;
|
||||
|
||||
public:
|
||||
/// sh4 unused
|
||||
@@ -386,6 +387,9 @@ class cCA
|
||||
void setCheckLiveSlot(int check);
|
||||
/// as the name says
|
||||
bool CheckCerts(void);
|
||||
/// start pollthread after zapit is ready
|
||||
virtual void setZapitReady(){zapitReady = true;};
|
||||
virtual bool getZapitReady(){return zapitReady;};
|
||||
/// Virtual destructor
|
||||
virtual ~cCA();
|
||||
};
|
||||
|
Reference in New Issue
Block a user