diff options
| author | luwenpeng <[email protected]> | 2024-11-07 19:12:51 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2024-11-07 19:13:35 +0800 |
| commit | d0a868591470a4a9d71a65a5d540058e72c8d92c (patch) | |
| tree | 1de013b986ac0550571b8239882645652ab496ad /infra/version.map | |
| parent | 50a841919def2d5536fddf0dcdac2ebfc2d53e53 (diff) | |
feature: add session monitor, support 'show session id/all/info' command
Diffstat (limited to 'infra/version.map')
| -rw-r--r-- | infra/version.map | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/infra/version.map b/infra/version.map index 616f18b..385a2a2 100644 --- a/infra/version.map +++ b/infra/version.map @@ -50,6 +50,9 @@ global: session_manager_subscribe_control_packet; session_manager_subscribe_tcp_stream; + session_monitor_on_init; + session_monitor_on_exit; + exdata_*; mq_*; module_*; |
