aboutsummaryrefslogtreecommitdiffstats
path: root/include/commit.h
diff options
context:
space:
mode:
authorYunchih Chen <yunchih.cat@gmail.com>2018-04-28 10:53:16 +0800
committerYunchih Chen <yunchih.cat@gmail.com>2018-04-28 10:53:16 +0800
commit618a3b10e22e7eeded59d463483297f999ce9316 (patch)
tree28a2d7ba71a466c5b0c599dac0de224470e00d39 /include/commit.h
parentaf4bf7c93f3390a8013de18679f12b336d2a314b (diff)
downloadnfcollect-618a3b10e22e7eeded59d463483297f999ce9316.tar.gz
nfcollect-618a3b10e22e7eeded59d463483297f999ce9316.tar.zst
nfcollect-618a3b10e22e7eeded59d463483297f999ce9316.zip
Add raw_size field into header
Diffstat (limited to 'include/commit.h')
-rw-r--r--include/commit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/commit.h b/include/commit.h
index e01d020..7013bb1 100644
--- a/include/commit.h
+++ b/include/commit.h
@@ -5,6 +5,7 @@
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