summaryrefslogtreecommitdiffstats
path: root/_log/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
commitb1304ebe83504fa38d087c12a1f8772142f57440 (patch)
treee3187f0816e25e2ba4f3c30ec9ae13da13b46adb /_log/include
parent640901b28cdc4fdf87439e034a446923033c3d68 (diff)
add functions for setting nlbufsiz, qthreshold and timeout
Diffstat (limited to '_log/include')
-rw-r--r--_log/include/libnfnetlink_log.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/_log/include/libnfnetlink_log.h b/_log/include/libnfnetlink_log.h
index e054597..d020d3b 100644
--- a/_log/include/libnfnetlink_log.h
+++ b/_log/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 */