suricata
LogLuaMasterCtx_ Struct Reference

structure containing global config The OutputLuaLogInitSub which is run per script can access this to get global config info through it's parent_ctx->data ptr. More...

Data Fields

char script_dir [PATH_MAX]
 Path to script directory. More...
 
char path [PATH_MAX]
 Lua search path for Lua modules. More...
 
char cpath [PATH_MAX]
 Lua search path for C modules. More...
 

Detailed Description

structure containing global config The OutputLuaLogInitSub which is run per script can access this to get global config info through it's parent_ctx->data ptr.

Definition at line 53 of file output-lua.c.

Field Documentation

◆ cpath

char LogLuaMasterCtx_::cpath[PATH_MAX]

Lua search path for C modules.

Definition at line 61 of file output-lua.c.

◆ path

char LogLuaMasterCtx_::path[PATH_MAX]

Lua search path for Lua modules.

Definition at line 58 of file output-lua.c.

◆ script_dir

char LogLuaMasterCtx_::script_dir[PATH_MAX]

Path to script directory.

Definition at line 55 of file output-lua.c.


The documentation for this struct was generated from the following file: