#include <libmongo-private.h>
Data Fields | |
GList * | seeds |
Replica set seeds, as a list of strings. | |
GList * | hosts |
Replica set members, as a list of strings. | |
gchar * | primary |
The replica master, if any. |
Mongo Replica Set object.
GList* replica_set::hosts |
Replica set members, as a list of strings.
gchar* replica_set::primary |
The replica master, if any.
GList* replica_set::seeds |
Replica set seeds, as a list of strings.