From b2e9f577624844b93ef819c16b117398e623ae98 Mon Sep 17 00:00:00 2001 From: "/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org" Date: Sat, 30 Jul 2005 10:24:35 +0000 Subject: add functions for setting nlbufsiz, qthreshold and timeout --- include/libnfnetlink_log.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') 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 */ -- cgit v1.2.3