|
Barracuda Application Server C/C++ Reference
NO
|
The startup and runtime parameters for a Barracuda Server Lua VM.
For param zipBinPwd and zipBinPwdLen, use binpwd2str for generating the password C code. See Signed and Encrypted ZIP files for details.
#include <balua.h>
Public Attributes | |
| lua_State * | L |
| The lua universe. | |
| HttpServer * | server |
| Pointer to server for this vm. | |
| struct BaTimer * | timer |
| Timer bindings activated if not NULL. | |
| IoIntf * | vmio |
| The required VM (Lua) IO. | |
| ThreadMutex * | mutex |
| The mutex used by the server's SoDisp. | |
| struct LoginTracker * | tracker |
| The optional tracker. | |
| int | errHndRef |
| Internal: The ba.seterrh(func) ref. | |
| const U8 * | zipPubKey |
| Set when zip signature check enabled. | |
| const U8 * | zipBinPwd |
| Set the binary password for all ZIP files. | |
| U16 | zipBinPwdLen |
| Binary password length. | |
| BaBool | pwdRequired |
| Set to true to enforce password on all files. | |