【修改】修改名称
This commit is contained in:
15
test/conf/lua_plugin_manage.toml
Normal file
15
test/conf/lua_plugin_manage.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
# config.toml
|
||||
[[plugin]]
|
||||
path = "./plugin/example_plugin_regist.lua"
|
||||
init = "plugin_load"
|
||||
exit = "plugin_unload"
|
||||
|
||||
[[plugin]]
|
||||
path = "./plugin/example_plugin_topic.lua"
|
||||
init = "plugin_load"
|
||||
exit = "plugin_unload"
|
||||
|
||||
[[plugin]]
|
||||
path = "./plugin/example_plugin_message.lua"
|
||||
init = "plugin_load"
|
||||
exit = "plugin_unload"
|
||||
4
test/conf/plugin_manage.toml
Normal file
4
test/conf/plugin_manage.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
[[plugin]]
|
||||
path = "./plugin/simple_stellar_plugin.so"
|
||||
init = "simple_plugin_sub_session_stat_init"
|
||||
exit = "simple_plugin_sub_session_stat_exit"
|
||||
Reference in New Issue
Block a user