【修改】补充上次提交
This commit is contained in:
@@ -351,7 +351,7 @@ struct lua_plugin_manage_schema
|
|||||||
/* 线程状态机 */
|
/* 线程状态机 */
|
||||||
lua_State **thread_state;
|
lua_State **thread_state;
|
||||||
/* 所有插入的模块 */
|
/* 所有插入的模块 */
|
||||||
struct lua_model *model;
|
struct lua_model **model;
|
||||||
/* TODO: 创建的所有message topic id理论上应该是连续的, 可以考虑用hash数组, 寻址能更快 */
|
/* TODO: 创建的所有message topic id理论上应该是连续的, 可以考虑用hash数组, 寻址能更快 */
|
||||||
UT_array *message_mq_array;
|
UT_array *message_mq_array;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user