|
libmongo-client
0.1.8
|
#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... | |
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.
1.8.9.1