refactor(session manager): turning the session manager into a stellar module
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user