stasis-aries-wal/stasis/recovery.h
2008-12-01 19:48:59 +00:00

10 lines
341 B
C

#ifndef __LLADD_RECOVERY2_H
#define __LLADD_RECOVERY2_H
#include <stasis/logger/logger2.h>
void stasis_recovery_initiate(stasis_log_t* log);
/** This really doesn't belong in recovery.c, but there's so much code overlap, it doesn't make sense not to put it there. */
void undoTrans(stasis_log_t*log, TransactionLog transaction);
#endif