aboutsummaryrefslogtreecommitdiffstats
path: root/include/commit.h
blob: 2e16571e2b92b3d62861b23ef10120f1a8fb2f18 (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();
int nfl_commit_worker(nfl_header_t *header, nfl_entry_t *store,
                       enum nfl_compression_t compression_opt,
                       bool truncate,
                       const char *filename);

#endif