summaryrefslogtreecommitdiffstats
path: root/include/libnfnetlink_queue/libipq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libnfnetlink_queue/libipq.h')
-rw-r--r--include/libnfnetlink_queue/libipq.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libnfnetlink_queue/libipq.h b/include/libnfnetlink_queue/libipq.h
index 483a514..06c10c1 100644
--- a/include/libnfnetlink_queue/libipq.h
+++ b/include/libnfnetlink_queue/libipq.h
@@ -52,8 +52,8 @@ typedef unsigned long ipq_id_t;
struct ipq_handle
{
- struct nfqnl_handle nfqnlh;
- struct nfqnl_q_handle qh;
+ struct nfqnl_handle *nfqnlh;
+ struct nfqnl_q_handle *qh;
u_int8_t family;
u_int8_t blocking;
};