comparison src/core/ngx_connection.h @ 2802:44b2081c015a

use correct name
author Igor Sysoev <igor@sysoev.ru>
date Tue, 05 May 2009 13:12:59 +0000
parents f75cd920eaa5
children a445bd4eb571
comparison
equal deleted inserted replaced
2801:bceaaf5b055e 2802:44b2081c015a
163 }; 163 };
164 164
165 165
166 ngx_int_t ngx_set_inherited_sockets(ngx_cycle_t *cycle); 166 ngx_int_t ngx_set_inherited_sockets(ngx_cycle_t *cycle);
167 ngx_int_t ngx_open_listening_sockets(ngx_cycle_t *cycle); 167 ngx_int_t ngx_open_listening_sockets(ngx_cycle_t *cycle);
168 void ngx_configure_listening_socket(ngx_cycle_t *cycle); 168 void ngx_configure_listening_sockets(ngx_cycle_t *cycle);
169 void ngx_close_listening_sockets(ngx_cycle_t *cycle); 169 void ngx_close_listening_sockets(ngx_cycle_t *cycle);
170 void ngx_close_connection(ngx_connection_t *c); 170 void ngx_close_connection(ngx_connection_t *c);
171 ngx_int_t ngx_connection_error(ngx_connection_t *c, ngx_err_t err, char *text); 171 ngx_int_t ngx_connection_error(ngx_connection_t *c, ngx_err_t err, char *text);
172 172
173 ngx_connection_t *ngx_get_connection(ngx_socket_t s, ngx_log_t *log); 173 ngx_connection_t *ngx_get_connection(ngx_socket_t s, ngx_log_t *log);