[ABI BREAK] Isolate the journal code
commitcd918c1ea0508b7bcc2639a77bf218159b21e158
authorAlberto Bertogli <albertito@blitiri.com.ar>
Mon, 6 Apr 2009 03:17:19 +0000 (6 00:17 -0300)
committerAlberto Bertogli <albertito@blitiri.com.ar>
Sun, 12 Apr 2009 13:50:36 +0000 (12 10:50 -0300)
tree7722bb0fb1ffd3033cca7c0a758a76077d0be14d
parent0f91cd19551e7b7de45b80f431430f7d34d83339
[ABI BREAK] Isolate the journal code

This patch creates a new internal API for the on-disk journal
manipulation, isolating code that was previously scattered around (mostly
on trans.c).

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
libjio/Makefile
libjio/check.c
libjio/journal.c [new file with mode: 0644]
libjio/journal.h [new file with mode: 0644]
libjio/libjio.h
libjio/trans.c