libmongo-client
0.1.7.1
|
Opaque synchronous connection pool object. More...
#include <libmongo-private.h>
Data Fields | |
mongo_sync_connection | super |
The parent object. More... | |
gint | pool_id |
ID of the connection. More... | |
gboolean | in_use |
Whether the object is in use or not. More... | |
Opaque synchronous connection pool object.
Synchronous pool connection object.
This represents a single connection within the pool.
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.