rename packet_io_loop to stellar_event_base_loop
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
[PLUGINFO]
|
||||
INIT_FUNC=custom_plugin_init
|
||||
DESTROY_FUNC=custom_plugin_destroy
|
||||
LIBARY_PATH=./plugins/custom_event_plugin/custom_event_plugin.so
|
||||
|
||||
|
||||
[SESSION_TYPE.TCP]
|
||||
SESSION_EVENT_TYPE=ALL
|
||||
SESSION_EVENT_CALLBACK=custom_plugin_entry
|
||||
|
||||
[SESSION_TYPE.CUSTOM_A]
|
||||
SESSION_EVENT_TYPE=ALL
|
||||
SESSION_EVENT_CALLBACK=custom_event_plugin_entry
|
||||
@@ -0,0 +1,9 @@
|
||||
[PLUGINFO]
|
||||
INIT_FUNC=http_event_plugin_init
|
||||
DESTROY_FUNC=http_event_plugin_destroy
|
||||
LIBARY_PATH=./plugins/http_event_plugin/http_event_plugin.so
|
||||
|
||||
|
||||
[SESSION_TYPE_HTTP]
|
||||
SESSION_EVENT_TYPE=ALL
|
||||
SESSION_EVENT_CALLBACK=http_event_plugin_entry
|
||||
2
sdk/example/plugins/plugins.inf
Normal file
2
sdk/example/plugins/plugins.inf
Normal file
@@ -0,0 +1,2 @@
|
||||
./http_event_plugin/http_event_plugin.inf
|
||||
./custom_event_plugin/custom_event_plugin.inf
|
||||
Reference in New Issue
Block a user