Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
MONGOC_HOST_LIST_T(3)		    libmongoc		   MONGOC_HOST_LIST_T(3)

SYNOPSIS
	typedef struct {
	   mongoc_host_list_t *next;
	   char host[BSON_HOST_NAME_MAX + 1];
	   char host_and_port[BSON_HOST_NAME_MAX + 7];
	   uint16_t port;
	   int family;
	   void *padding[4];
	} mongoc_host_list_t;

DESCRIPTION
     The  host	and  port of a MongoDB server. Can be part of a linked list: for
     example the return value of mongoc_uri_get_hosts() when multiple hosts  are
     provided in the MongoDB URI.

     SEE ALSO:
	mongoc_uri_get_hosts() and mongoc_cursor_get_host().

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026		   MONGOC_HOST_LIST_T(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mongoc_host_list_t&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help