pool_con Struct Reference

#include <db_pool.h>

Collaboration diagram for pool_con:

Collaboration graph
[legend]

Data Fields

struct db_idid
struct pool_connext
unsigned int ref

Detailed Description

This is a stub that contains all attributes that pool members must have, it is not really used, real connection structures are created by database backends. All such structures ( created by the backends) must have these attributes.

Definition at line 45 of file db_pool.h.


Field Documentation

struct db_id* id [read]

Connection identifier

Definition at line 46 of file db_pool.h.

Referenced by db_oracle_free_connection(), db_oracle_new_connection(), and pool_get().

struct pool_con* next [read]

Next element in the pool

Definition at line 48 of file db_pool.h.

Referenced by pool_get(), pool_insert(), and pool_remove().

unsigned int ref

Reference count

Definition at line 47 of file db_pool.h.

Referenced by db_oracle_new_connection(), pool_get(), and pool_remove().


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

Generated on Thu May 24 18:00:48 2012 for Kamailio - The Open Source SIP Server by  doxygen 1.5.6