![]() |
lua module config
Definition at line 183 of file as_config.h.
#include "as_config.h"
Data Fields | |
bool | cache_enabled |
char | user_path [AS_CONFIG_PATH_MAX_SIZE] |
bool as_config_lua::cache_enabled |
Enable caching of UDF files in the client application.
Definition at line 189 of file as_config.h.
char as_config_lua::user_path[AS_CONFIG_PATH_MAX_SIZE] |
The path to user's UDF files. Default location defined in: AS_CONFIG_LUA_USER_PATH
Definition at line 195 of file as_config.h.