Name
journal_force_commit —
force any uncommitted transactions
Synopsis
int journal_force_commit ( | journal_t * | journal) ; |
For synchronous operations
force any uncommitted transactions
to disk. May seem kludgy, but it reuses all the handle batching
code in a very simple manner.