1MONGOC_WRITE_CONCERN_SET_JOURNALM(o3n)goDB C DriMvOeNrGOC_WRITE_CONCERN_SET_JOURNAL(3)
2
3
4
6 mongoc_write_concern_set_journal - mongoc_write_concern_set_journal()
7
9 void
10 mongoc_write_concern_set_journal (mongoc_write_concern_t *write_concern,
11 bool journal);
12
14 · write_concern: A mongoc_write_concern_t.
15
16 · journal: A boolean.
17
19 Sets if the write must have been journaled before indicating success.
20
21 Beginning in version 1.9.0, this function can now alter the write con‐
22 cern after it has been used in an operation. Previously, using the
23 struct with an operation would mark it as "frozen" and calling this
24 function would log a warning instead instead of altering the write con‐
25 cern.
26
28 MongoDB, Inc
29
31 2017-present, MongoDB, Inc
32
33
34
35
361.15.2 Nov 06, 201M9ONGOC_WRITE_CONCERN_SET_JOURNAL(3)