summaryrefslogtreecommitdiff
path: root/test/decoders/rtp/conf/spec.toml
diff options
context:
space:
mode:
authorzhuzhenjun <[email protected]>2024-10-30 07:25:01 +0000
committerzhuzhenjun <[email protected]>2024-10-30 07:31:41 +0000
commite9815cfce3f208f388a8219cf411408285d1d812 (patch)
tree1f7c5b29347868ffd1d393e009f4beadbec7e66f /test/decoders/rtp/conf/spec.toml
parent03864c9731ec87ed6c7e1fbe3c5f261880e857dc (diff)
rtp decoder initialdev-rtp-decoder
Diffstat (limited to 'test/decoders/rtp/conf/spec.toml')
-rw-r--r--test/decoders/rtp/conf/spec.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/decoders/rtp/conf/spec.toml b/test/decoders/rtp/conf/spec.toml
new file mode 100644
index 0000000..1360252
--- /dev/null
+++ b/test/decoders/rtp/conf/spec.toml
@@ -0,0 +1,11 @@
+# stellar_plugin.toml
+#
+[[module]]
+path = ""
+init = "rtp_init"
+exit = "rtp_exit"
+
+[[module]]
+path = ""
+init = "rtp_test_init"
+exit = "rtp_test_exit"