diff options
| author | zhuzhenjun <[email protected]> | 2024-10-30 07:25:01 +0000 |
|---|---|---|
| committer | zhuzhenjun <[email protected]> | 2024-10-30 07:31:41 +0000 |
| commit | e9815cfce3f208f388a8219cf411408285d1d812 (patch) | |
| tree | 1f7c5b29347868ffd1d393e009f4beadbec7e66f /test/decoders/rtp/conf/spec.toml | |
| parent | 03864c9731ec87ed6c7e1fbe3c5f261880e857dc (diff) | |
rtp decoder initialdev-rtp-decoder
Diffstat (limited to 'test/decoders/rtp/conf/spec.toml')
| -rw-r--r-- | test/decoders/rtp/conf/spec.toml | 11 |
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" |
