summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorniubinghui <[email protected]>2024-09-02 16:15:15 +0800
committerniubinghui <[email protected]>2024-09-02 16:15:15 +0800
commitb6780f7f4a41edb3c1f423c10f72d7e826d20983 (patch)
treece09fd3eacb46e45d371e737249f203e94db67fe
parentfbe3d2ec83dba0bcb4962d54b94bb83cad29df18 (diff)
【修改】增加调试函数,便于调试排查V0.1
-rw-r--r--include/lua_plugin_manage.h4
1 files changed, 3 insertions, 1 deletions
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