Dont create new lua vms

This commit is contained in:
brenosilva
2011-11-09 12:24:27 +00:00
parent 3090edd850
commit f47fb8ebfc
2 changed files with 19 additions and 11 deletions

View File

@@ -31,6 +31,7 @@ typedef struct msc_script_part msc_script_part;
struct msc_script {
const char *name;
apr_array_header_t *parts;
lua_State *Lstate;
};
struct msc_script_part {