diff options
Diffstat (limited to 'plugin/business/tsg-http/include/http_lua.h')
| -rw-r--r-- | plugin/business/tsg-http/include/http_lua.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/business/tsg-http/include/http_lua.h b/plugin/business/tsg-http/include/http_lua.h index 060fcec..545166e 100644 --- a/plugin/business/tsg-http/include/http_lua.h +++ b/plugin/business/tsg-http/include/http_lua.h @@ -11,7 +11,7 @@ struct tsg_lua_script { int lua_is_cache; struct elua_vm **http_lua_handle; - int (*http_lua_profile)(int profile_id, struct elua_script ***elua_ctx); + int (*http_lua_profile)(int profile_id, struct elua_script ***elua_ctx, char **profile_msg, size_t *msg_len, int *timeout); }; struct tsg_script_ctx |
