stasis-aries-wal/stasis/logger/inMemoryLog.h
Sears Russell 4b07b538a6 Renamed some methods; fixed bug that caused recovery to create potentially unbounded numbers of concurrent, active transactions.
(Note: this commit contains quite a few instances of auto-cleaned whitespace....)
2009-04-11 17:17:42 +00:00

8 lines
137 B
C

#ifndef __INMEMORYLOG
#define __INMEMORYLOG
#include <stasis/logger/logger2.h>
stasis_log_t* stasis_log_impl_in_memory_open();
#endif