libmongo-client  0.1.8
 All Data Structures Functions Variables Enumerations Enumerator Groups Pages
Data Fields
mongo_sync_conn_recovery_cache Struct Reference

synchronous connection recovery cache object More...

#include <libmongo-private.h>

Collaboration diagram for mongo_sync_conn_recovery_cache:
Collaboration graph
[legend]

Data Fields

replica_set rs
 The replica set. More...
 
auth_credentials auth
 The authentication credentials. More...
 

Detailed Description

synchronous connection recovery cache object

Connection Recovery Cache for MongoDb.

Field Documentation

auth_credentials mongo_sync_conn_recovery_cache::auth

The authentication credentials.

replica_set mongo_sync_conn_recovery_cache::rs

The replica set.