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

Detailed Description

Connection pool with lock.

Definition at line 131 of file as_node.h.

+ Collaboration diagram for as_conn_pool_lock:

Private Attributes

pthread_mutex_t lock
 
as_conn_pool pool
 

Field Documentation

pthread_mutex_t as_conn_pool_lock::lock
private

Mutex lock.

Definition at line 136 of file as_node.h.

as_conn_pool as_conn_pool_lock::pool
private

Actual pool.

Definition at line 142 of file as_node.h.


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