refactor(session manager): turning the session manager into a stellar module

This commit is contained in:
luwenpeng
2024-09-20 16:56:05 +08:00
parent 620019cf8e
commit 94f1913e3e
20 changed files with 1944 additions and 1507 deletions

View File

@@ -18,9 +18,6 @@ global:
packet_build_udp;
packet_build_l3;
tcp_segment_get_data;
tcp_segment_get_len;
exdata_*;
mq_*;
stellar_module_*;
@@ -57,6 +54,9 @@ global:
log_print;
log_check_level;
session_manager_module_on_init;
session_manager_module_on_exit;
http_message_*;
http_decoder_init;
http_decoder_exit;