summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_core_module.h
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2016-05-23 16:37:28 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2016-05-23 16:37:28 +0300
commit5b267a55bc27f35f38d6d04d2f6284ed4d6156c0 (patch)
treed16e94570620606961888c29c9de5f452bc31f4e /src/http/ngx_http_core_module.h
parentfd064d3b88e59ee71aec508687403539b01d643c (diff)
downloadnginx-5b267a55bc27f35f38d6d04d2f6284ed4d6156c0.tar.gz
nginx-5b267a55bc27f35f38d6d04d2f6284ed4d6156c0.tar.bz2
Renamed "u" to "sockaddr" in listen options types.
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r--src/http/ngx_http_core_module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h
index 38307ca97..773c21502 100644
--- a/src/http/ngx_http_core_module.h
+++ b/src/http/ngx_http_core_module.h
@@ -58,7 +58,7 @@ typedef struct ngx_http_core_loc_conf_s ngx_http_core_loc_conf_t;
typedef struct {
- ngx_sockaddr_t u;
+ ngx_sockaddr_t sockaddr;
socklen_t socklen;
unsigned set:1;