aboutsummaryrefslogtreecommitdiffstats
path: root/collect.h
diff options
context:
space:
mode:
authorYunchih Chen <yunchih.cat@gmail.com>2018-03-01 20:17:22 +0800
committerYunchih Chen <yunchih.cat@gmail.com>2018-03-01 20:17:22 +0800
commitcb02fbda5ca090b6e69288967b831d9f8f3184ef (patch)
treefad07a9fbdc29ab7bb26fecddf402de93cc5ecc6 /collect.h
parentbfe4f8470c744766bda97ec19f71ac1ae1acebea (diff)
downloadnfcollect-cb02fbda5ca090b6e69288967b831d9f8f3184ef.tar
nfcollect-cb02fbda5ca090b6e69288967b831d9f8f3184ef.tar.gz
nfcollect-cb02fbda5ca090b6e69288967b831d9f8f3184ef.tar.bz2
nfcollect-cb02fbda5ca090b6e69288967b831d9f8f3184ef.tar.lz
nfcollect-cb02fbda5ca090b6e69288967b831d9f8f3184ef.tar.xz
nfcollect-cb02fbda5ca090b6e69288967b831d9f8f3184ef.tar.zst
nfcollect-cb02fbda5ca090b6e69288967b831d9f8f3184ef.zip
Snapshot after long development stall
Diffstat (limited to 'collect.h')
-rw-r--r--collect.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/collect.h b/collect.h
new file mode 100644
index 0000000..0f525e3
--- /dev/null
+++ b/collect.h
@@ -0,0 +1,5 @@
+#pragma once
+
+void *nfl_collect_worker(void *targs);
+void nfl_state_update_or_create(nflog_state_t **nf, uint32_t id, uint32_t entries_max, nflog_global_t *g);
+void nfl_state_free(nflog_state_t *nf);