#include <ngx_connection_pool.h>
Public Attributes | |
struct sockaddr * | sockaddr |
ngx_uint_t | sockaddr_size |
ngx_pool_t * | pool |
ngx_log_t * | log |
ngx_uint_t | stored_connections_limit |
ngx_uint_t | stored_connections |
ngx_uint_t | returned_connections |
ngx_pooled_connection_t * | first_connection |
ngx_pooled_connection_t * | last_connection |
ngx_str_t | name |
struct sockaddr* ngx_connection_pool_s::sockaddr [read] |
ngx_uint_t ngx_connection_pool_s::sockaddr_size |
ngx_pool_t* ngx_connection_pool_s::pool |
ngx_log_t* ngx_connection_pool_s::log |
ngx_uint_t ngx_connection_pool_s::stored_connections |
ngx_uint_t ngx_connection_pool_s::returned_connections |
ngx_str_t ngx_connection_pool_s::name |