Skip to main content

journal_started

Function journal_started 

Source
pub fn journal_started(
    target: &Path,
    op: JournalOp,
    checksum_before: Option<Hash>,
    checksum_after: Hash,
) -> Result<String>
Expand description

Append a Started entry to the journal for target.

Returns the generated op_id so the caller can correlate the subsequent committed / aborted entry.