【修改】补充上次提交

This commit is contained in:
niubinghui
2024-09-02 16:14:06 +08:00
parent c7812eb6c8
commit 81145f1f81

View File

@@ -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;
};