diff options
Diffstat (limited to 'bin/quic.inf')
| -rwxr-xr-x | bin/quic.inf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/quic.inf b/bin/quic.inf new file mode 100755 index 0000000..2e73f7d --- /dev/null +++ b/bin/quic.inf @@ -0,0 +1,9 @@ +[[plugin]] +path = "./stellar_plugin/quic_decoder/quic_decoder.so" +init = "QUIC_ONLOAD" +exit = "QUIC_UNLOAD" + +[[plugin]] +path = "./stellar_plugin/quic_decoder/quic_decoder_test_plug.so" +init = "QUIC_TEST_PLUG_INIT" +exit = "QUIC_TEST_PLUG_DESTROY" |
