summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorniubinghui <[email protected]>2024-09-02 16:14:06 +0800
committerniubinghui <[email protected]>2024-09-02 16:14:06 +0800
commit81145f1f813ea0c2dc6374dba64ee3a2b7bc6f4f (patch)
tree420b94679a04749ae96db2887e17071f53586e5c
parentc7812eb6c88672ac45a7bdefed27777ccab9198d (diff)
【修改】补充上次提交
-rw-r--r--src/lua_plugin_manage_internal.h2
1 files changed, 1 insertions, 1 deletions
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;
};