ngx_connection_pool_s Struct Reference

Structure containing connection pool specyfic data, returned by ngx_connection_pool_create. More...

#include <ngx_connection_pool.h>

Data Fields

struct sockaddr_in * 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_tfirst_connection
ngx_pooled_connection_tlast_connection
ngx_str_t name

Detailed Description

Structure containing connection pool specyfic data, returned by ngx_connection_pool_create.

Definition at line 29 of file ngx_connection_pool.h.


Field Documentation

Definition at line 38 of file ngx_connection_pool.h.

Definition at line 39 of file ngx_connection_pool.h.

Definition at line 34 of file ngx_connection_pool.h.

Definition at line 40 of file ngx_connection_pool.h.

Definition at line 33 of file ngx_connection_pool.h.

Definition at line 37 of file ngx_connection_pool.h.

struct sockaddr_in* ngx_connection_pool_s::sockaddr [read]

Definition at line 31 of file ngx_connection_pool.h.

Definition at line 32 of file ngx_connection_pool.h.

Definition at line 36 of file ngx_connection_pool.h.

Definition at line 35 of file ngx_connection_pool.h.


The documentation for this struct was generated from the following file:

Generated on Mon Oct 12 14:03:36 2009 for XXSLT by  doxygen 1.6.1