diff options
author | Yunchih Chen <yunchih.cat@gmail.com> | 2018-04-28 10:53:16 +0800 |
---|---|---|
committer | Yunchih Chen <yunchih.cat@gmail.com> | 2018-04-28 10:53:16 +0800 |
commit | 618a3b10e22e7eeded59d463483297f999ce9316 (patch) | |
tree | 28a2d7ba71a466c5b0c599dac0de224470e00d39 /include/commit.h | |
parent | af4bf7c93f3390a8013de18679f12b336d2a314b (diff) | |
download | nfcollect-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.h | 1 |
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 |