comparison src/core/ngx_connection.h @ 343:6bdf858bff8c

nginx-0.0.3-2004-05-28-19:49:23 import; rename ngx_hunk_t to ngx_buf_t
author Igor Sysoev <igor@sysoev.ru>
date Fri, 28 May 2004 15:49:23 +0000
parents 8e39cab6abd5
children e366ba5db8f8
comparison
equal deleted inserted replaced
342:0ee0642af5f1 343:6bdf858bff8c
86 #if (HAVE_IOCP) 86 #if (HAVE_IOCP)
87 struct sockaddr *local_sockaddr; 87 struct sockaddr *local_sockaddr;
88 socklen_t local_socklen; 88 socklen_t local_socklen;
89 #endif 89 #endif
90 90
91 ngx_hunk_t *buffer; 91 ngx_buf_t *buffer;
92 92
93 ngx_int_t number; 93 ngx_int_t number;
94 94
95 unsigned log_error:2; /* ngx_connection_log_error_e */ 95 unsigned log_error:2; /* ngx_connection_log_error_e */
96 96