From: Harald Welte Date: Tue, 30 Jan 2001 12:05:30 +0000 (+0000) Subject: new ULOG revision: supports in-kernel batching of packets and netlink multipart X-Git-Tag: v1.2.1~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c87c8a74b2df2f14ddde17fdfb1bc7ac5dd5722;p=thirdparty%2Fiptables.git new ULOG revision: supports in-kernel batching of packets and netlink multipart messages --- diff --git a/include/libipulog/libipulog.h b/include/libipulog/libipulog.h index 9f920dd1..9b0c2779 100644 --- a/include/libipulog/libipulog.h +++ b/include/libipulog/libipulog.h @@ -23,7 +23,9 @@ void ipulog_destroy_handle(struct ipulog_handle *h); ssize_t ipulog_read(struct ipulog_handle *h, unsigned char *buf, size_t len, int timeout); -ulog_packet_msg_t *ipulog_get_packet(const unsigned char *buf); +ulog_packet_msg_t *ipulog_get_packet(struct ipulog_handle *h, + const unsigned char *buf, + size_t len); void ipulog_perror(const char *s);