mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
system/luaserver: fix destructor
This commit is contained in:
@@ -29,7 +29,6 @@ class CLuaServer
|
||||
private:
|
||||
int count;
|
||||
pthread_t thr;
|
||||
pthread_mutex_t mutex;
|
||||
|
||||
static void *luaserver_thread(void *arg);
|
||||
static void *luaserver_main_thread(void *);
|
||||
@@ -40,7 +39,7 @@ class CLuaServer
|
||||
~CLuaServer();
|
||||
public:
|
||||
sem_t may_run;
|
||||
sem_t did_run;
|
||||
bool did_run;
|
||||
|
||||
void UnBlock();
|
||||
bool Block(const neutrino_msg_t msg, const neutrino_msg_data_t data);
|
||||
|
Reference in New Issue
Block a user