summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
author/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org>2005-07-30 10:24:35 +0000
committer/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org>2005-07-30 10:24:35 +0000
commitb2e9f577624844b93ef819c16b117398e623ae98 (patch)
treeadd488189f55891244b0e38b2fa317ab3e046d4b /include
parent450bfbebac16744dc2d14e9977810d6c9d16d371 (diff)
add functions for setting nlbufsiz, qthreshold and timeout
Diffstat (limited to 'include')
-rw-r--r--include/libnfnetlink_log.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/libnfnetlink_log.h b/include/libnfnetlink_log.h
index e054597..d020d3b 100644
--- a/include/libnfnetlink_log.h
+++ b/include/libnfnetlink_log.h
@@ -42,5 +42,7 @@ extern int nfulnl_unbind_group(struct nfulnl_g_handle *qh);
extern int nfulnl_set_mode(struct nfulnl_g_handle *qh,
u_int8_t mode, unsigned int len);
-
+extern int nfulnl_set_timeout(struct nfulnl_g_handle *gh, u_int32_t timeout);
+extern int nfulnl_set_qthresh(struct nfulnl_g_handle *gh, u_int32_t qthresh);
+extern int nfulnl_set_nlbufsiz(struct nfulnl_g_handle *gh, u_int32_t nlbufsiz);
#endif /* __LIBNFNETLINK_LOG_H */