summaryrefslogtreecommitdiff
path: root/infra
diff options
context:
space:
mode:
authorlijia <[email protected]>2024-10-25 15:30:31 +0800
committerlijia <[email protected]>2024-11-08 11:52:03 +0800
commita01ac0e7274854a16ce125a059b3d2ab5fb7d7cf (patch)
tree571788768c273dec1f7db0a4744ecbe505259a37 /infra
parentd0a868591470a4a9d71a65a5d540058e72c8d92c (diff)
quicv2.0 rebase onto stellar develop-2.0dev-quic-v2.0
Diffstat (limited to 'infra')
-rw-r--r--infra/CMakeLists.txt2
-rw-r--r--infra/version.map4
2 files changed, 5 insertions, 1 deletions
diff --git a/infra/CMakeLists.txt b/infra/CMakeLists.txt
index fc0ad21..a358fae 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 monitor)
set(DEPS bitmap dablooms interval_tree logger nmx_pool rbtree timeout toml ringbuf)
-set(DECODERS lpi_plus)
+set(DECODERS lpi_plus quic)
set(WHOLE_ARCHIVE ${DEPS} ${INFRA} ${DECODERS})
set(LIBS fieldstat4)
diff --git a/infra/version.map b/infra/version.map
index 385a2a2..57cddd3 100644
--- a/infra/version.map
+++ b/infra/version.map
@@ -79,5 +79,9 @@ global:
monitor_on_init;
monitor_on_exit;
+ quic_init;
+ quic_exit;
+ quic_version_to_readable_string;
+ quic_subscribe_client_hello*;
local: *;
};