Name

journal_force_commit — force any uncommitted transactions

Synopsis

int journal_force_commit (journal_t *  journal);

Arguments

journal

journal to force

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.