]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
new ULOG revision: supports in-kernel batching of packets and netlink multipart
authorHarald Welte <laforge@gnumonks.org>
Tue, 30 Jan 2001 12:05:30 +0000 (12:05 +0000)
committerHarald Welte <laforge@gnumonks.org>
Tue, 30 Jan 2001 12:05:30 +0000 (12:05 +0000)
messages

include/libipulog/libipulog.h

index 9f920dd19cf5108db9772bdfa0b9f12ebd32f529..9b0c2779f79e0a2577159e36c4f6340e86e2aa67 100644 (file)
@@ -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);