Provided by: libmongoc-doc_2.2.1-1_all bug

SYNOPSIS

          mongoc_server_description_t **
          mongoc_topology_description_get_servers (
             const mongoc_topology_description_t *td,
             size_t *n);

       Fetches an array of mongoc_server_description_t <> structs for all known servers in the topology.

PARAMETERS

td: A mongoc_topology_description_t <>.

       • n: Receives the length of the descriptions array.

RETURNS

       A newly allocated array that must be freed with mongoc_server_descriptions_destroy_all() <>.

Author

       MongoDB, Inc

Copyright

       2009-present, MongoDB, Inc.

2.2.1                                             Dec 11, 2025        MONGOC_TOPOLOGY_DESCRIPTION_GET_SERVERS(3)