Skip to content

Commit 8f8c5aa

Browse files
committed
定义模块配置结构体 ngx_http_echo_loc_conf_t
1 parent 48907e4 commit 8f8c5aa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/nginx_moudle_echo.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
//
2+
// Created by wujunze on 2017/6/12.
3+
//
4+
typedef struct {
5+
ngx_str_t ed; //该结构体定义在这里 https://github.com/nginx/nginx/blob/master/src/core/ngx_string.h
6+
} ngx_http_echo_loc_conf_t;

0 commit comments

Comments
 (0)