libmongo-client  0.1.8
Data Fields
replica_set Struct Reference

#include <libmongo-private.h>

Data Fields

GList * seeds
 Replica set seeds, as a list of strings. More...
 
GList * hosts
 Replica set members, as a list of strings. More...
 
gchar * primary
 The replica master, if any. More...
 

Detailed Description

Mongo Replica Set object.

Field Documentation

§ hosts

GList* replica_set::hosts

Replica set members, as a list of strings.

§ primary

gchar* replica_set::primary

The replica master, if any.

§ seeds

GList* replica_set::seeds

Replica set seeds, as a list of strings.