comparison src/os/win32/ngx_win32_init.c @ 2743:d8316f307b6a

issue start up errors and warning on both stderr and error_log
author Igor Sysoev <igor@sysoev.ru>
date Thu, 23 Apr 2009 11:13:12 +0000
parents d43d73277c5c
children bdcae1a576e3
comparison
equal deleted inserted replaced
2742:e138f820b5dc 2743:d8316f307b6a
14 ngx_uint_t ngx_max_wsabufs; 14 ngx_uint_t ngx_max_wsabufs;
15 ngx_int_t ngx_max_sockets; 15 ngx_int_t ngx_max_sockets;
16 ngx_uint_t ngx_inherited_nonblocking = 1; 16 ngx_uint_t ngx_inherited_nonblocking = 1;
17 ngx_uint_t ngx_tcp_nodelay_and_tcp_nopush; 17 ngx_uint_t ngx_tcp_nodelay_and_tcp_nopush;
18 18
19 ngx_fd_t ngx_stderr_fileno;
20 char ngx_unique[NGX_INT32_LEN + 1]; 19 char ngx_unique[NGX_INT32_LEN + 1];
21 20
22 21
23 ngx_os_io_t ngx_os_io = { 22 ngx_os_io_t ngx_os_io = {
24 ngx_wsarecv, 23 ngx_wsarecv,