mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
system/luaserver: fix destructor
Origin commit data
------------------
Branch: ni/coolstream
Commit: d681936f26
Author: martii <m4rtii@gmx.de>
Date: 2014-10-13 (Mon, 13 Oct 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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