mongoc_init (3) Linux Manual Page
mongoc_init() – This function should be called at the beginning of every program using the MongoDB C driver. It is responsible for initializing global state such as process counters, SSL, and threading primatives.
Synopsis
void mongoc_init (void);
Description
This function should be called at the beginning of every program using the MongoDB C driver. It is responsible for initializing global state such as process counters, SSL, and threading primatives.
When your process has completed, you should also call mongoc_cleanup \&.
Colophon
This page is part of MongoDB C Driver. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.
