diff options
| author | lijia <[email protected]> | 2024-08-29 11:00:28 +0800 |
|---|---|---|
| committer | lijia <[email protected]> | 2024-08-29 11:00:28 +0800 |
| commit | 2bb1e0673a69975ee1d6a4ac86f90a36c5f74fa8 (patch) | |
| tree | ae1df900590601e628940561a15b4713aeedb144 /bin | |
| parent | 60b96b10eb985d13ef6df0f4fc525074e7128325 (diff) | |
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/quic.inf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/quic.inf b/bin/quic.inf index 2e73f7d..5555a41 100755 --- a/bin/quic.inf +++ b/bin/quic.inf @@ -1,9 +1,9 @@ [[plugin]] -path = "./stellar_plugin/quic_decoder/quic_decoder.so" +path = "./stellar_plugin/quic_decoder.so" init = "QUIC_ONLOAD" exit = "QUIC_UNLOAD" [[plugin]] -path = "./stellar_plugin/quic_decoder/quic_decoder_test_plug.so" +path = "./stellar_plugin/quic_decoder_test_plug.so" init = "QUIC_TEST_PLUG_INIT" exit = "QUIC_TEST_PLUG_DESTROY" |
