]> git.ipfire.org Git - thirdparty/nftables.git/commit
netlink: use uint32_t instead of size_t for attribute length
authorPablo Neira Ayuso <pablo@netfilter.org>
Thu, 19 Sep 2013 20:57:47 +0000 (22:57 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 19 Sep 2013 21:01:02 +0000 (23:01 +0200)
commit968dff13e3bf0c7c4c55aeec6e62d184d9807410
tree48650971cf166b4b15c2383dc34463bfd7be4159
parent6faf017b115901d46a99bfb7bfb9ca52a0d8954e
netlink: use uint32_t instead of size_t for attribute length

According to libnftables change 437d610, now the length obtained
via getter function is uint32_t, not size_t anymore.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/netlink.h