提交 b8cd9786 编写于 作者: J Jozsef Kadlecsik

netfilter: ipset: Use fix sized type for timeout in the extension part

Signed-off-by: NJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
上级 20b2fab4
......@@ -67,7 +67,7 @@ enum ip_set_offset {
#define SET_WITH_COUNTER(s) ((s)->extensions & IPSET_EXT_COUNTER)
struct ip_set_ext {
unsigned long timeout;
u32 timeout;
u64 packets;
u64 bytes;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册