aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ngx_connection.h')
-rw-r--r--src/core/ngx_connection.h2
1 files changed, 2 insertions, 0 deletions
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;