# HG changeset patch # User Igor Sysoev # Date 1275424023 0 # Node ID b9415935d95d5bd50fbad86210e1cb345329fef6 # Parent bc734cf061b0fd1436408d5b560701056d7fb27a style fix diff --git a/src/http/modules/ngx_http_uwsgi_module.c b/src/http/modules/ngx_http_uwsgi_module.c --- 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;