|
libmongo-client 0.1.4
|
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. | |
Opaque synchronous connection pool object.
Synchronous pool connection object.
This represents a single connection within the pool.
Definition at line 87 of file libmongo-private.h.
| gboolean mongo_sync_pool_connection::in_use |
Whether the object is in use or not.
Definition at line 92 of file libmongo-private.h.
| gint mongo_sync_pool_connection::pool_id |
ID of the connection.
Definition at line 91 of file libmongo-private.h.
| mongo_sync_connection mongo_sync_pool_connection::super |
The parent object.
Definition at line 89 of file libmongo-private.h.
1.7.4