diff options
Diffstat (limited to 'src/core/ngx_connection.h')
| -rw-r--r-- | src/core/ngx_connection.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h index 84cbd24f7..2f6d12826 100644 --- a/src/core/ngx_connection.h +++ b/src/core/ngx_connection.h @@ -26,6 +26,15 @@ struct ngx_connection_s { ngx_server_t *server; ngx_server_t *servers; ngx_pool_t *pool; + + int family; + struct sockaddr *sockaddr; + socklen_t socklen; + size_t addr; + char *addr_text; + size_t addr_textlen; + + time_t post_accept_timeout; }; |
