summaryrefslogtreecommitdiff
path: root/test/env/start_loader.inf
diff options
context:
space:
mode:
Diffstat (limited to 'test/env/start_loader.inf')
-rw-r--r--test/env/start_loader.inf17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/env/start_loader.inf b/test/env/start_loader.inf
new file mode 100644
index 0000000..02d4aad
--- /dev/null
+++ b/test/env/start_loader.inf
@@ -0,0 +1,17 @@
+[PLUGINFO]
+PLUGNAME=stellar_start_loader
+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]
+FUNC_FLAG=ALL
+FUNC_NAME=stellar_on_sapp_tcp_entry
+
+[UDP]
+FUNC_FLAG=ALL
+FUNC_NAME=stellar_on_sapp_udp_entry \ No newline at end of file