diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-05-05 17:33:26 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-05-05 17:33:26 +0000 |
commit | ee4be0345fc2a62fcc0544ebed52523fdf2ffe40 (patch) | |
tree | b9f15294e0feb62cde68fff0b784c632832a99a3 /src/core/ngx_connection.h | |
parent | 25870d8ea2c5b20de974c88ff2cc30bcd7d401bd (diff) | |
download | nginx-ee4be0345fc2a62fcc0544ebed52523fdf2ffe40.tar.gz nginx-ee4be0345fc2a62fcc0544ebed52523fdf2ffe40.zip |
ngx_create_listening()
Diffstat (limited to 'src/core/ngx_connection.h')
-rw-r--r-- | src/core/ngx_connection.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h index fc6416c09..7a4c65860 100644 --- a/src/core/ngx_connection.h +++ b/src/core/ngx_connection.h @@ -163,6 +163,8 @@ struct ngx_connection_s { }; +ngx_listening_t *ngx_create_listening(ngx_conf_t *cf, void *sockaddr, + socklen_t socklen); ngx_int_t ngx_set_inherited_sockets(ngx_cycle_t *cycle); ngx_int_t ngx_open_listening_sockets(ngx_cycle_t *cycle); void ngx_configure_listening_sockets(ngx_cycle_t *cycle); |