From 2e6ba93fa79cadf9ed2256992d7c8c4d512f2b1f Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 9 Sep 2004 15:40:48 +0000 Subject: nginx-0.0.10-2004-09-09-19:40:48 import --- src/core/ngx_connection.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core') diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h index b84695685..ed5d53dc2 100644 --- a/src/core/ngx_connection.h +++ b/src/core/ngx_connection.h @@ -49,6 +49,8 @@ typedef struct { #if (HAVE_DEFERRED_ACCEPT) unsigned deferred_accept:1; #endif + + unsigned addr_ntop:1; } ngx_listening_t; -- cgit