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.

AUTHORS

Roger Gammans <[email protected]>

Author.

Stephen Tweedie <[email protected]>

Author.

COPYRIGHT