comparison src/http/ngx_http_core_module.h @ 6560:c90cf79d0e1d

Renamed "u" to "sockaddr" in listen options types.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 23 May 2016 16:37:28 +0300
parents adf25b8d0431
children 3b522d7a5b34
comparison
equal deleted inserted replaced
6559:adf25b8d0431 6560:c90cf79d0e1d
56 typedef struct ngx_http_location_tree_node_s ngx_http_location_tree_node_t; 56 typedef struct ngx_http_location_tree_node_s ngx_http_location_tree_node_t;
57 typedef struct ngx_http_core_loc_conf_s ngx_http_core_loc_conf_t; 57 typedef struct ngx_http_core_loc_conf_s ngx_http_core_loc_conf_t;
58 58
59 59
60 typedef struct { 60 typedef struct {
61 ngx_sockaddr_t u; 61 ngx_sockaddr_t sockaddr;
62 socklen_t socklen; 62 socklen_t socklen;
63 63
64 unsigned set:1; 64 unsigned set:1;
65 unsigned default_server:1; 65 unsigned default_server:1;
66 unsigned bind:1; 66 unsigned bind:1;