stasis-aries-wal/stasis/logger/inMemoryLog.h

11 lines
189 B
C
Raw Normal View History

2008-12-01 19:48:59 +00:00
#ifndef __INMEMORYLOG
#define __INMEMORYLOG
#include <stasis/logger/logger2.h>
2009-05-13 22:06:58 +00:00
/**
* Allocate a new non-persistent Stasis log.
*/
stasis_log_t* stasis_log_impl_in_memory_open();
2006-04-12 01:40:47 +00:00
#endif