aboutsummaryrefslogtreecommitdiffstats
path: root/main.h
diff options
context:
space:
mode:
authorYunchih Chen <yunchih.cat@gmail.com>2017-12-01 11:03:45 +0800
committerYunchih Chen <yunchih.cat@gmail.com>2017-12-01 11:03:45 +0800
commitecd23b3efbbf338ef54447cad1c24cfcce8b785b (patch)
treeec8e5e5aa17924866e2d120992f5eb16fb7fcc5a /main.h
parent73b99a356db73745e8a70c1442ed3fbdbc0c7317 (diff)
downloadnfcollect-ecd23b3efbbf338ef54447cad1c24cfcce8b785b.tar
nfcollect-ecd23b3efbbf338ef54447cad1c24cfcce8b785b.tar.gz
nfcollect-ecd23b3efbbf338ef54447cad1c24cfcce8b785b.tar.bz2
nfcollect-ecd23b3efbbf338ef54447cad1c24cfcce8b785b.tar.lz
nfcollect-ecd23b3efbbf338ef54447cad1c24cfcce8b785b.tar.xz
nfcollect-ecd23b3efbbf338ef54447cad1c24cfcce8b785b.tar.zst
nfcollect-ecd23b3efbbf338ef54447cad1c24cfcce8b785b.zip
Revise nflog_state_t lifecycle handler function
Diffstat (limited to 'main.h')
-rw-r--r--main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.h b/main.h
index 96bc65a..f94c2f6 100644
--- a/main.h
+++ b/main.h
@@ -97,7 +97,7 @@ typedef struct __attribute__((packed)) _nflog_entry_t {
typedef struct _nflog_state_t {
- nflog_header_t header;
+ nflog_header_t* header;
nflog_entry_t* store;
struct nflog_handle *nfl_fd;