rpm
5.4.15
|
#include <rpmio/mongo.h>
Data Fields | |
char | host [256] |
int | port |
struct mongo_host_port * | next |
char mongo_host_port::host[256] |
Definition at line 166 of file mongo.h.
Referenced by _get_host_port(), mongo_client(), mongo_get_primary(), mongo_parse_host(), mongo_reconnect(), mongo_replica_set_add_node(), mongo_replica_set_check_seed(), mongo_replica_set_client(), and mongo_replica_set_init().
struct mongo_host_port* mongo_host_port::next |
Definition at line 168 of file mongo.h.
Referenced by mongo_client(), mongo_get_host(), mongo_get_host_count(), mongo_replica_set_add_node(), mongo_replica_set_client(), mongo_replica_set_free_list(), and mongo_replica_set_init().
int mongo_host_port::port |
Definition at line 167 of file mongo.h.
Referenced by _get_host_port(), mongo_client(), mongo_parse_host(), mongo_reconnect(), mongo_replica_set_add_node(), mongo_replica_set_check_seed(), and mongo_replica_set_client().