All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Private Attributes
as_conn_pool Struct Reference

Detailed Description

Connection pool; not thread-safe.

Definition at line 104 of file as_node.h.

+ Collaboration diagram for as_conn_pool:

Private Attributes

uint32_t limit
 
as_queue queue
 
uint32_t total
 

Field Documentation

uint32_t as_conn_pool::limit
private

The limit on the above total number of connections.

Definition at line 122 of file as_node.h.

as_queue as_conn_pool::queue
private

Queue.

Definition at line 109 of file as_node.h.

uint32_t as_conn_pool::total
private

Total number of connections associated with this pool, whether currently queued or not.

Definition at line 116 of file as_node.h.


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