netfilter: ipset: Use fix sized type for timeout in the extension part
Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user