1 2 3 4 5 6 7 8 9 10 11
#ifndef _COMMIT_H #define _COMMIT_H #include "common.h" void nfl_commit_init(); int nfl_commit_worker(nfl_header_t *header, nfl_entry_t *store, enum nfl_compression_t compression_opt, bool truncate, const char *filename); #endif