diff src/core/ngx_connection.h @ 419:47709bff4468

nginx-0.0.10-2004-09-09-19:40:48 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 09 Sep 2004 15:40:48 +0000
parents 0526206251f6
children 11362a3e3911
line wrap: on
line diff
--- 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;