Scroll to navigation

MONGOC_INIT(3) Library Functions Manual MONGOC_INIT(3)

NAME

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.
2016‐10‐12 MongoDB C Driver