stasis-aries-wal/stasis/recovery.h

12 lines
402 B
C
Raw Normal View History

2004-06-24 21:10:31 +00:00
#ifndef __LLADD_RECOVERY2_H
#define __LLADD_RECOVERY2_H
2008-12-01 19:48:59 +00:00
#include <stasis/logger/logger2.h>
#include <stasis/operations/alloc.h>
2008-12-01 19:48:59 +00:00
void stasis_recovery_initiate(stasis_log_t* log, stasis_alloc_t * alloc);
2004-06-24 21:10:31 +00:00
/** 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. */
2008-12-01 19:48:59 +00:00
void undoTrans(stasis_log_t*log, TransactionLog transaction);
2004-06-24 21:10:31 +00:00
#endif