comparison src/core/ngx_connection.h @ 370:54f76b0b8dca

nginx-0.0.7-2004-06-27-22:01:57 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 27 Jun 2004 18:01:57 +0000
parents 2e3cbc1bbe3c
children 5ce6561246a5
comparison
equal deleted inserted replaced
369:9c2515d70489 370:54f76b0b8dca
106 unsigned timedout:1; 106 unsigned timedout:1;
107 signed tcp_nopush:2; 107 signed tcp_nopush:2;
108 #if (HAVE_IOCP) 108 #if (HAVE_IOCP)
109 unsigned accept_context_updated:1; 109 unsigned accept_context_updated:1;
110 #endif 110 #endif
111
112 #if (NGX_THREADS)
113 ngx_atomic_t lock;
114 #endif
111 }; 115 };
112 116
113 117
114 ngx_int_t ngx_set_inherited_sockets(ngx_cycle_t *cycle); 118 ngx_int_t ngx_set_inherited_sockets(ngx_cycle_t *cycle);
115 ngx_int_t ngx_open_listening_sockets(ngx_cycle_t *cycle); 119 ngx_int_t ngx_open_listening_sockets(ngx_cycle_t *cycle);