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

#include <mongoc/mongoc.h>

Author

       MongoDB, Inc

Lifecycle

       Clean up a mongoc_server_description_t with mongoc_server_description_destroy() when necessary.

       Applications  receive  a  temporary  reference to a mongoc_server_description_t as a parameter to an SDAM
       Monitoring callback that must not be destroyed. See IntroductiontoApplicationPerformanceMonitoring.

       SEEALSO:mongoc_client_get_server_descriptions().

Synopsis

          #include <mongoc/mongoc.h>
          typedef struct _mongoc_server_description_t mongoc_server_description_t

       mongoc_server_description_t holds information about a mongod or mongos the driver is connected to.

See Also