summaryrefslogtreecommitdiff
path: root/bin/ftp_decoder.inf
diff options
context:
space:
mode:
authorlijia <[email protected]>2024-07-22 10:34:56 +0800
committerlijia <[email protected]>2024-07-22 13:35:54 +0800
commit2ee4770462185daec28e8bb424c8e188e194c996 (patch)
treec4394242f00311d4d7d7c84011672364c851c691 /bin/ftp_decoder.inf
parent6e906a14fee875eff1cac600710f2cedcaaef9b6 (diff)
Initial commitHEADv1.0.1main
Diffstat (limited to 'bin/ftp_decoder.inf')
-rw-r--r--bin/ftp_decoder.inf9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/ftp_decoder.inf b/bin/ftp_decoder.inf
new file mode 100644
index 0000000..3e3005d
--- /dev/null
+++ b/bin/ftp_decoder.inf
@@ -0,0 +1,9 @@
+[[plugin]]
+path = "./stellar_plugin/ftp_decoder/ftp_decoder.so"
+init = "FTP_ONLOAD"
+exit = "FTP_UNLOAD"
+
+[[plugin]]
+path = "./stellar_plugin/ftp_decoder/ftp_decoder_test_plug.so"
+init = "FTP_TEST_PLUG_INIT"
+exit = "FTP_TEST_PLUG_DESTROY"