diff src/core/ngx_listen.h @ 59:e8cdc2989cee

nginx-0.0.1-2003-02-06-20:21:13 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 06 Feb 2003 17:21:13 +0000
parents a499e0d1f16e
children 5f6d848dcbef
line wrap: on
line diff
--- a/src/core/ngx_listen.h
+++ b/src/core/ngx_listen.h
@@ -36,6 +36,7 @@ typedef struct {
 
     unsigned          bound:1;       /* already bound */
     unsigned          inherited:1;   /* inherited from previous process */
+    unsigned          nonblocking_accept:1;
     unsigned          nonblocking:1;
 #if 0
     unsigned          overlapped:1;  /* Winsock2 overlapped */