diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-07-02 14:41:17 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-07-02 14:41:17 +0000 |
commit | 96c56c9ab6e73f9d92242fdc4f0cc3b64495bd23 (patch) | |
tree | 643c8cf608d27cb9db0624d7099258891ac63689 /src/core/ngx_connection.h | |
parent | bc5c28714a2db990e9d1bfca66480efeb7b6052a (diff) | |
download | nginx-96c56c9ab6e73f9d92242fdc4f0cc3b64495bd23.tar.gz nginx-96c56c9ab6e73f9d92242fdc4f0cc3b64495bd23.zip |
nginx-0.0.1-2003-07-02-18:41:17 import
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; |