stasis-aries-wal/stasis/logger/inMemoryLog.h
2009-05-13 22:06:58 +00:00

10 lines
189 B
C

#ifndef __INMEMORYLOG
#define __INMEMORYLOG
#include <stasis/logger/logger2.h>
/**
* Allocate a new non-persistent Stasis log.
*/
stasis_log_t* stasis_log_impl_in_memory_open();
#endif