From 81145f1f813ea0c2dc6374dba64ee3a2b7bc6f4f Mon Sep 17 00:00:00 2001 From: niubinghui Date: Mon, 2 Sep 2024 16:14:06 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E8=A1=A5?= =?UTF-8?q?=E5=85=85=E4=B8=8A=E6=AC=A1=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lua_plugin_manage_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lua_plugin_manage_internal.h b/src/lua_plugin_manage_internal.h index 6fe19b0..2f153c2 100644 --- a/src/lua_plugin_manage_internal.h +++ b/src/lua_plugin_manage_internal.h @@ -351,7 +351,7 @@ struct lua_plugin_manage_schema /* 线程状态机 */ lua_State **thread_state; /* 所有插入的模块 */ - struct lua_model *model; + struct lua_model **model; /* TODO: 创建的所有message topic id理论上应该是连续的, 可以考虑用hash数组, 寻址能更快 */ UT_array *message_mq_array; };