diff options
| author | luwenpeng <[email protected]> | 2024-09-20 16:56:05 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2024-09-20 17:06:10 +0800 |
| commit | 94f1913e3e4cabee1d93d6de446f489dcf45ca62 (patch) | |
| tree | cfbe90db308e1c2c080ca4b46a80d7ccb255258c /infra/version.map | |
| parent | 620019cf8e1c2be20a478ff8572bb0a9c22ddf3c (diff) | |
refactor(session manager): turning the session manager into a stellar module
Diffstat (limited to 'infra/version.map')
| -rw-r--r-- | infra/version.map | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/infra/version.map b/infra/version.map index ea3336d..f241d50 100644 --- a/infra/version.map +++ b/infra/version.map @@ -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; |
