Force any uncommitted transactions
int journal_force_commit(journal_t * journal);
journal
journal to force
force any uncommitted transactions to disk. May seem kludgy, but it reuses all the handle batching code in a very simple manner.
Roger Gammans <[email protected]>
Author.
Stephen Tweedie <[email protected]>