diff options
| author | luwenpeng <[email protected]> | 2024-10-25 19:15:28 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2024-10-25 19:15:45 +0800 |
| commit | 03864c9731ec87ed6c7e1fbe3c5f261880e857dc (patch) | |
| tree | 2b2343f491faf890889411b1a69a3f40b956e58f /infra/version.map | |
| parent | 4061d5a942392c4716586ded8c586440d2e920ca (diff) | |
Add state to the on_session_message parameter.
* When state is closed, it implies that packet is null and the session will be destroyed
Diffstat (limited to 'infra/version.map')
| -rw-r--r-- | infra/version.map | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/infra/version.map b/infra/version.map index 9f1ee3a..9941f31 100644 --- a/infra/version.map +++ b/infra/version.map @@ -24,10 +24,6 @@ global: packet_manager_claim_packet; packet_manager_schedule_packet; - exdata_*; - mq_*; - stellar_module_*; - session_is_symmetric; session_has_duplicate_traffic; session_get_type; @@ -44,6 +40,19 @@ global: session_set_discard; session_get_exdata; session_set_exdata; + session_manager_on_init; + session_manager_on_exit; + session_manager_on_thread_init; + session_manager_on_thread_exit; + session_manager_new_session_exdata_index; + session_manager_subscribe_tcp; + session_manager_subscribe_udp; + session_manager_subscribe_control_packet; + session_manager_subscribe_tcp_stream; + + exdata_*; + mq_*; + stellar_module_*; stellar_new; stellar_run; @@ -58,17 +67,6 @@ global: log_print; log_check_level; - session_manager_on_init; - session_manager_on_exit; - session_manager_on_thread_init; - session_manager_on_thread_exit; - session_manager_new_session_exdata_index; - session_manager_subscribe_free; - session_manager_subscribe_tcp; - session_manager_subscribe_udp; - session_manager_subscribe_control_packet; - session_manager_subscribe_tcp_stream; - http_message_*; http_decoder_init; http_decoder_exit; |
