summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliuxueli <[email protected]>2024-01-02 20:36:18 +0800
committerliuxueli <[email protected]>2024-01-02 20:36:54 +0800
commitf18f2834f002f6aa9a04225c68565ea21048a94f (patch)
treeab4d3a03f1cb71273fdd59123e27681f6606c73b
parent4ed6aa6c98cfc1f4d9a61be38c226044a8f7ca57 (diff)
Modify start_loader.inf and defer_loader.infv1.0.9
-rw-r--r--src/stellar_on_sapp/defer_loader.inf14
-rw-r--r--src/stellar_on_sapp/start_loader.inf16
2 files changed, 15 insertions, 15 deletions
diff --git a/src/stellar_on_sapp/defer_loader.inf b/src/stellar_on_sapp/defer_loader.inf
index 403473d..f823103 100644
--- a/src/stellar_on_sapp/defer_loader.inf
+++ b/src/stellar_on_sapp/defer_loader.inf
@@ -4,14 +4,14 @@ SO_PATH=./plug/stellar_on_sapp/stellar_on_sapp.so
INIT_FUNC=STELLAR_DEFER_LOADER_INIT
DESTROY_FUNC=STELLAR_DEFER_LOADER_EXIT
-#[TCP_ALL]
-#FUNC_FLAG=ALL
-#FUNC_NAME=stellar_on_sapp_defer_entry
-
-[TCP]
+[TCP_ALL]
FUNC_FLAG=ALL
FUNC_NAME=stellar_on_sapp_defer_entry
-#[UDP]
+#[TCP]
#FUNC_FLAG=ALL
-#FUNC_NAME=stellar_on_sapp_defer_entry \ No newline at end of file
+#FUNC_NAME=stellar_on_sapp_defer_entry
+
+[UDP]
+FUNC_FLAG=ALL
+FUNC_NAME=stellar_on_sapp_defer_entry \ No newline at end of file
diff --git a/src/stellar_on_sapp/start_loader.inf b/src/stellar_on_sapp/start_loader.inf
index f3726ff..f966457 100644
--- a/src/stellar_on_sapp/start_loader.inf
+++ b/src/stellar_on_sapp/start_loader.inf
@@ -4,14 +4,14 @@ SO_PATH=./plug/stellar_on_sapp/stellar_on_sapp.so
INIT_FUNC=STELLAR_START_LOADER_INIT
DESTROY_FUNC=STELLAR_START_LOADER_EXIT
-#[TCP_ALL]
-#FUNC_FLAG=ALL
-#FUNC_NAME=stellar_on_sapp_tcpall_entry
-
-[TCP]
+[TCP_ALL]
FUNC_FLAG=ALL
-FUNC_NAME=stellar_on_sapp_tcp_entry
+FUNC_NAME=stellar_on_sapp_tcpall_entry
-#[UDP]
+#[TCP]
#FUNC_FLAG=ALL
-#FUNC_NAME=stellar_on_sapp_udp_entry \ No newline at end of file
+#FUNC_NAME=stellar_on_sapp_tcp_entry
+
+[UDP]
+FUNC_FLAG=ALL
+FUNC_NAME=stellar_on_sapp_udp_entry \ No newline at end of file