summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2024-08-28 17:57:35 +0800
committerluwenpeng <[email protected]>2024-08-28 17:57:35 +0800
commite191a4babcde2a1bba830487bbe5c8bec51b20cf (patch)
tree4f119411bb636d61cafe512f0846acfe08f31d24
parent3b9b6b0a2105ba6697d757f978c91146a67df73a (diff)
refactor(infra/core): from *.cpp to *.c
-rw-r--r--infra/core/CMakeLists.txt2
-rw-r--r--infra/core/stellar_config.c (renamed from infra/core/stellar_config.cpp)0
-rw-r--r--infra/core/stellar_core.c (renamed from infra/core/stellar_core.cpp)0
-rw-r--r--infra/core/stellar_stat.c (renamed from infra/core/stellar_stat.cpp)0
4 files changed, 1 insertions, 1 deletions
diff --git a/infra/core/CMakeLists.txt b/infra/core/CMakeLists.txt
index 342a6e0..eb0a589 100644
--- a/infra/core/CMakeLists.txt
+++ b/infra/core/CMakeLists.txt
@@ -1,4 +1,4 @@
-set(SOURCE stellar_config.cpp stellar_stat.cpp stellar_core.cpp)
+set(SOURCE stellar_config.c stellar_stat.c stellar_core.c)
set(LIBRARY session_manager plugin_manager ip_reassembly packet_io snowflake packet pthread fieldstat4 toml nmx_pool)
set(PLUGIN http glimpse_detector)
diff --git a/infra/core/stellar_config.cpp b/infra/core/stellar_config.c
index da0c2d5..da0c2d5 100644
--- a/infra/core/stellar_config.cpp
+++ b/infra/core/stellar_config.c
diff --git a/infra/core/stellar_core.cpp b/infra/core/stellar_core.c
index bf4f2f6..bf4f2f6 100644
--- a/infra/core/stellar_core.cpp
+++ b/infra/core/stellar_core.c
diff --git a/infra/core/stellar_stat.cpp b/infra/core/stellar_stat.c
index 6171ecb..6171ecb 100644
--- a/infra/core/stellar_stat.cpp
+++ b/infra/core/stellar_stat.c