From b6780f7f4a41edb3c1f423c10f72d7e826d20983 Mon Sep 17 00:00:00 2001 From: niubinghui Date: Mon, 2 Sep 2024 16:15:15 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E8=B0=83=E8=AF=95=E5=87=BD=E6=95=B0=EF=BC=8C=E4=BE=BF?= =?UTF-8?q?=E4=BA=8E=E8=B0=83=E8=AF=95=E6=8E=92=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/lua_plugin_manage.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/lua_plugin_manage.h b/include/lua_plugin_manage.h index 6591515..a76d785 100644 --- a/include/lua_plugin_manage.h +++ b/include/lua_plugin_manage.h @@ -38,4 +38,6 @@ struct lua_plugin_manage_schema *lua_plugin_manage_init(struct stellar *st, int int lua_plugin_manage_load_one_specific(struct lua_plugin_manage_schema *schema, struct lua_config_specific *specific); void lua_plugin_manage_exit(struct lua_plugin_manage_schema *lua_plug_mgr); -void lua_plugin_get_statistics(int plugin_id, int thread_id, int *new_success, int *new_fail, int *free_success, int *free_fail); \ No newline at end of file +void lua_plugin_get_statistics(int plugin_id, int thread_id, int *new_success, int *new_fail, int *free_success, int *free_fail); + +void debug_lua_plugin_manage_schema(struct lua_plugin_manage_schema *schema); \ No newline at end of file