Scroll to navigation

MONGOC_SERVER_DESCRIPTIONS_DESTROY_ALL(3) Library Functions Manual MONGOC_SERVER_DESCRIPTIONS_DESTROY_ALL(3)

NAME

mongoc_server_descriptions_destroy_all() - None

SYNOPSIS


void mongoc_server_descriptions_destroy_all (mongoc_server_description_t **sds, size_t n);

Frees the array of mongoc_server_description_t structs returned by mongoc_client_get_server_descriptions

PARAMETERS

sds
The array of server descriptions.
n
The number of elements in sds

COLOPHON

This page is part of MongoDB C Driver. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.
2016‐10‐12 MongoDB C Driver