libmongo-client  0.1.9
 All Data Structures Functions Variables Enumerations Enumerator Modules Pages
Data Fields
mongo_sync_pool Struct Reference

Opaque synchronous pool object. More...

Data Fields

gint nmasters
 Number of master connections in the pool. More...
 
gint nslaves
 Number of slave connections in the pool. More...
 
GList * masters
 List of master connections in the pool. More...
 
GList * slaves
 List of slave connections in the pool. More...
 

Detailed Description

Opaque synchronous pool object.

A connection pool object.

This is the entire connection pool, with all its meta-data.

Field Documentation

GList* mongo_sync_pool::masters

List of master connections in the pool.

gint mongo_sync_pool::nmasters

Number of master connections in the pool.

gint mongo_sync_pool::nslaves

Number of slave connections in the pool.

GList* mongo_sync_pool::slaves

List of slave connections in the pool.