summaryrefslogtreecommitdiffstats
path: root/include/queue_tx.h
diff options
context:
space:
mode:
authorArturo Borrero Gonzalez <arturo@debian.org>2017-04-20 19:28:00 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2017-05-08 19:50:23 +0200
commit381827a8152d27d8afe92a914968b814ec9ac155 (patch)
tree8ac4602c3168f2b44a2c2eb7761515f43be96800 /include/queue_tx.h
parent29b390a2122143997a651e6b25d7496e62ead2a1 (diff)
conntrackd: factorice tx_queue functions
They are shared by both sync-ftfw and sync-notrack. Signed-off-by: Arturo Borrero Gonzalez <arturo@debian.org> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/queue_tx.h')
-rw-r--r--include/queue_tx.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/queue_tx.h b/include/queue_tx.h
new file mode 100644
index 0000000..e29b1f0
--- /dev/null
+++ b/include/queue_tx.h
@@ -0,0 +1,7 @@
+#ifndef _QUEUE_TX_H_
+#define _QUEUE_TX_H_
+
+void tx_queue_add_ctlmsg(uint32_t flags, uint32_t from, uint32_t to);
+void tx_queue_add_ctlmsg2(uint32_t flags);
+
+#endif /* _QUEUE_TX_H_ */