mongoc_session_opt_t *
Contents
Copyright
2009-present, MongoDB, Inc.
1.30.4 Jun 08, 2025 MONGOC_SESSION_OPTS_CLONE(3)
Parameters
• opts: A mongoc_session_opt_t.
Returns
A new mongoc_session_opt_t that must be freed with mongoc_session_opts_destroy().
Synopsis
mongoc_session_opt_t *
mongoc_session_opts_clone (const mongoc_session_opt_t *opts);
Create a copy of a session options struct.
