diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2010-06-01 20:27:03 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2010-06-01 20:27:03 +0000 |
| commit | 7a3edc01719262f3e8f2a8ede88f4c7ecf728511 (patch) | |
| tree | 201f1a2a9a30269881d5eeb34c4adc8cc5009755 /src/http/modules/ngx_http_uwsgi_module.c | |
| parent | 66ba32c87944b0efb45dc3c3122cdc31ed5d9399 (diff) | |
| download | nginx-7a3edc01719262f3e8f2a8ede88f4c7ecf728511.tar.gz nginx-7a3edc01719262f3e8f2a8ede88f4c7ecf728511.tar.bz2 | |
style fix
Diffstat (limited to 'src/http/modules/ngx_http_uwsgi_module.c')
| -rw-r--r-- | src/http/modules/ngx_http_uwsgi_module.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/modules/ngx_http_uwsgi_module.c b/src/http/modules/ngx_http_uwsgi_module.c index ade82070c..4e601ff76 100644 --- a/src/http/modules/ngx_http_uwsgi_module.c +++ b/src/http/modules/ngx_http_uwsgi_module.c @@ -28,6 +28,7 @@ typedef struct { ngx_uint_t modifier2; } ngx_http_uwsgi_loc_conf_t; + typedef struct { ngx_uint_t status; ngx_uint_t status_count; |
