mongo_sync_pool_connection Struct Reference

Opaque synchronous connection pool object. More...

#include <libmongo-private.h>

Data Fields

mongo_sync_connection super
 The parent object.
gint pool_id
 ID of the connection.
gboolean in_use
 Whether the object is in use or not.

Detailed Description

Opaque synchronous connection pool object.

For internal use only.

Synchronous pool connection object.This represents a single connection within the pool.


Field Documentation

gboolean mongo_sync_pool_connection::in_use

Whether the object is in use or not.

gint mongo_sync_pool_connection::pool_id

ID of the connection.

mongo_sync_connection mongo_sync_pool_connection::super

The parent object.

 All Data Structures Variables

Generated on 20 Jan 2014 for libmongo-client by  doxygen 1.6.1