mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
system/luaserver: Terminate Lua script when luaclient dies.
This commit is contained in:
@@ -32,6 +32,7 @@ class CLuaServer
|
||||
|
||||
static void *luaserver_thread(void *arg);
|
||||
static void *luaserver_main_thread(void *);
|
||||
static void *luaclient_watchdog(void *);
|
||||
static bool luaserver_parse_command(CBasicMessage::Header &rmsg, int connfd);
|
||||
static void Lock();
|
||||
static void UnLock();
|
||||
|
Reference in New Issue
Block a user