Function finalize

Source
pub fn finalize(xact_ptr: *const Xact, journal: &mut Journal)
Expand description

Finalize transaction. Adds the Xact and the Posts to the Journal.

bool xact_base_t::finalize()