diff options
| author | yangwei <[email protected]> | 2024-11-06 13:53:03 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2024-11-06 13:53:03 +0800 |
| commit | 526c110868cec72677660fcc75dfa15dbb43fff0 (patch) | |
| tree | 79f5b4865e82e5fde4469997abc76dbdf586909c /infra | |
| parent | 8ddef31bb58c529763d565674ba5036584323921 (diff) | |
🦄 refactor(appid api): remove appid module
Diffstat (limited to 'infra')
| -rw-r--r-- | infra/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | infra/version.map | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/infra/CMakeLists.txt b/infra/CMakeLists.txt index dbd62e9..e2e45ee 100644 --- a/infra/CMakeLists.txt +++ b/infra/CMakeLists.txt @@ -1,6 +1,6 @@ set(INFRA exdata mq tuple packet_manager packet_io ip_reassembly tcp_reassembly session_manager module_manager) set(DEPS bitmap dablooms interval_tree logger nmx_pool rbtree timeout toml) -set(DECODERS appid lpi_plus) +set(DECODERS lpi_plus) set(WHOLE_ARCHIVE ${DEPS} ${INFRA} ${DECODERS}) set(LIBS fieldstat4) diff --git a/infra/version.map b/infra/version.map index cf18ade..c66ef63 100644 --- a/infra/version.map +++ b/infra/version.map @@ -61,8 +61,6 @@ global: stellar_get_logger; stellar_reload_log_level; - stellar_appid_subscribe; - log_print; log_check_level; @@ -74,6 +72,7 @@ global: lpi_plus_init; lpi_plus_exit; + lpi_plus_appid_subscribe; local: *; }; |
