logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mongoc_server_description_t **

Author

       MongoDB, Inc

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().

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.

See Also