aboutsummaryrefslogtreecommitdiffstats
path: root/include/commit.h
blob: 7013bb1b5ef438fb25fd8be7051f68b705d0e77a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _COMMIT_H
#define _COMMIT_H

#include "common.h"
void nfl_commit_init();
void nfl_commit_worker(nfl_header_t *header, nfl_entry_t *store,
                       enum nfl_compression_t compression_opt,
                       bool truncate,
                       const char *filename);

#endif