summaryrefslogtreecommitdiff
path: root/bin/ftp_decoder.inf
diff options
context:
space:
mode:
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"