diff options
Diffstat (limited to 'test/http_test_plug.inf')
| -rw-r--r-- | test/http_test_plug.inf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/http_test_plug.inf b/test/http_test_plug.inf new file mode 100644 index 0000000..61ca4cb --- /dev/null +++ b/test/http_test_plug.inf @@ -0,0 +1,11 @@ +[PLUGINFO] +PLUGNAME=HTTP_TEST_PLUG +SO_PATH=./plug/business/http_test_plug/http_test_plug.so +INIT_FUNC=HTTP_TEST_PLUG_INIT +DESTROY_FUNC=HTTP_TEST_PLUG_DESTROY + +[HTTP] +FUNC_FLAG=ALL +FUNC_NAME=HTTP_TEST_PLUG_ENTRY + + |
