stasis-aries-wal/stasis/logger/filePool.h
2011-04-20 21:50:56 +00:00

12 lines
255 B
C

#ifndef __STASIS_LOG_FILE_POOL_H
#define __STASIS_LOG_FILE_POOL_H
#include <stasis/common.h>
#include <stasis/logger/logger2.h>
BEGIN_C_DECLS
stasis_log_t* stasis_log_file_pool_open(const char* dirname, int filemode, int fileperm);
END_C_DECLS
#endif