diff options
| author | 崔一鸣 <[email protected]> | 2019-05-21 16:54:19 +0800 |
|---|---|---|
| committer | 崔一鸣 <[email protected]> | 2019-05-21 17:08:44 +0800 |
| commit | 4636f27eec7ea502735a599242c7cbc216da613d (patch) | |
| tree | f4ea8d179c5cdba65e9b83396e33af5204955abf /test/test_plugin/http_service.h | |
| parent | a3d83e74f31dd56e98b847aab28bb0eb462172fa (diff) | |
Diffstat (limited to 'test/test_plugin/http_service.h')
| -rw-r--r-- | test/test_plugin/http_service.h | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/test/test_plugin/http_service.h b/test/test_plugin/http_service.h deleted file mode 100644 index 5d0d423..0000000 --- a/test/test_plugin/http_service.h +++ /dev/null @@ -1,51 +0,0 @@ -/* - * HTTP_Service.h - * - * Created on: 2013-8-19 - * Author: lishu - */ - -#ifndef HTTP_SERVICE_H_ -#define HTTP_SERVICE_H_ - -#include <stdio.h> -#include <string.h> -#include <pthread.h> -#include <time.h> -#include </usr/include/net/if.h> -#include <sys/ioctl.h> -#include <sys/socket.h> -#include </usr/include/linux/sockios.h> -#include <arpa/inet.h> -#include <unistd.h> -#include <ctype.h> -#include <stdlib.h> -#include <regex.h> - - -#include "stream.h" -#include "http.h" - -#define HTTP_SERVICE_PLUGNAME "http_service.so" -#define LOG_PATH "./log/http/" - - -typedef struct service_pmeinfo -{ - FILE* fp; -}service_pmeinfo; - - -#ifdef __cplusplus -extern "C" { -#endif - -uchar HTTP_SERVICE_ENTRY(stSessionInfo* session_info, void **param, int thread_seq, struct streaminfo *a_tcp, void *a_packet); -int HTTP_SERVICE_INIT(void); -void HTTP_SERVICE_DESTROY(void); - -#ifdef __cplusplus -} -#endif - -#endif /* HTTP_SERVICE_H_ */ |
