1MONGOC_SESSION_OPTS_CLONE(3) libmongoc MONGOC_SESSION_OPTS_CLONE(3)
23
4
SYNOPSIS
6mongoc_session_opt_t *
7mongoc_session_opts_clone (const mongoc_session_opt_t *opts)
8BSON_GNUC_WARN_UNUSED_RESULT;
910
Create a copy of a session options struct.
11
PARAMETERS
13• opts: A mongoc_session_opt_t.
14
RETURNS
16A new mongoc_session_opt_t that must be freed with
17mongoc_session_opts_destroy().
18
AUTHOR
20MongoDB, Inc
21
COPYRIGHT
232017-present, MongoDB, Inc
2425
26
27
28
1.25.1 Nov 08, 2023 MONGOC_SESSION_OPTS_CLONE(3)