diff options
| author | lijia <[email protected]> | 2024-11-07 09:52:08 +0800 |
|---|---|---|
| committer | lijia <[email protected]> | 2024-11-18 11:10:22 +0800 |
| commit | a3d3efc5490c59684036a794b8f63f81b59685ea (patch) | |
| tree | e4283d083e1172b814412f3af826f1cf1784068e /infra/version.map | |
| parent | d0a868591470a4a9d71a65a5d540058e72c8d92c (diff) | |
ftp decoder rebase develop-2.0dev-ftp-v2.0
Diffstat (limited to 'infra/version.map')
| -rw-r--r-- | infra/version.map | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/infra/version.map b/infra/version.map index 385a2a2..1b6e51a 100644 --- a/infra/version.map +++ b/infra/version.map @@ -79,5 +79,12 @@ global: monitor_on_init; monitor_on_exit; + + ftp_init; + ftp_exit; + ftp_on_thread_init; + ftp_on_thread_exit; + ftp_subscribe; + module_to_ftp_decoder; local: *; }; |
