myMPD
Internal API documentation
Loading...
Searching...
No Matches
scripts_worker.h File Reference

Script worker. More...

#include <lauxlib.h>
#include <lua.h>
#include <lualib.h>
Include dependency graph for scripts_worker.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void * script_run (void *script_thread_arg)
 

Detailed Description

Script worker.

Function Documentation

◆ script_run()

void * script_run ( void *  script_thread_arg)

Main function for the scripts_worker thread.

Parameters
script_thread_argpointer to t_script_thread_arg struct
Returns
NULL