aboutsummaryrefslogtreecommitdiffstats
path: root/include/commit.h
diff options
context:
space:
mode:
authorYunchih Chen <yunchih.cat@gmail.com>2018-03-17 11:47:16 +0800
committerYunchih Chen <yunchih.cat@gmail.com>2018-03-17 11:48:45 +0800
commit0b41d9d0b4cbc761ffbcd2a8f56b1749b1f42ed4 (patch)
treeeac7f5f97626b080668c68db688332fac4bf376f /include/commit.h
parent79b15e9010c247c571ea012f5363d098d711496b (diff)
downloadnfcollect-0b41d9d0b4cbc761ffbcd2a8f56b1749b1f42ed4.tar.gz
nfcollect-0b41d9d0b4cbc761ffbcd2a8f56b1749b1f42ed4.tar.zst
nfcollect-0b41d9d0b4cbc761ffbcd2a8f56b1749b1f42ed4.zip
Fix committer bug
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 add18c7..8181f89 100644
--- a/include/commit.h
+++ b/include/commit.h
@@ -4,6 +4,7 @@
#include "common.h"
void nfl_commit_init();
void nfl_commit_worker(nflog_header_t *header, nflog_entry_t *store,
+ enum nflog_compression_t compression_opt,
const char *filename);
#endif