diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/quic.inf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/quic.inf b/bin/quic.inf index 684de9b..cccf5e1 100755 --- a/bin/quic.inf +++ b/bin/quic.inf @@ -1,9 +1,9 @@ [[plugin]] -path = "./stellar_plugin/quic.so" +path = "./stellar_plugin/quic/quic.so" init = "QUIC_ONLOAD" exit = "QUIC_UNLOAD" [[plugin]] -path = "./stellar_plugin/quic_test_plug.so" +path = "./stellar_plugin/quic/quic_test_plug.so" init = "QUIC_TEST_PLUG_INIT" -exit = "QUIC_TEST_PLUG_DESTROY"
\ No newline at end of file +exit = "QUIC_TEST_PLUG_DESTROY" |
