diff options
Diffstat (limited to 'src/core/ngx_connection.h')
-rw-r--r-- | src/core/ngx_connection.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h index 1bd97f2bb..6211c5f5c 100644 --- a/src/core/ngx_connection.h +++ b/src/core/ngx_connection.h @@ -34,6 +34,9 @@ typedef struct { time_t post_accept_timeout; /* should be here because of the deferred accept */ + unsigned new:1; + unsigned remain:1; + unsigned bound:1; /* already bound */ unsigned inherited:1; /* inherited from previous process */ unsigned nonblocking_accept:1; |