Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xenomai
ipipe-x86
Commits
b8cd9786
Commit
b8cd9786
authored
May 02, 2013
by
Jozsef Kadlecsik
Browse files
netfilter: ipset: Use fix sized type for timeout in the extension part
Signed-off-by:
Jozsef Kadlecsik
<
kadlec@blackhole.kfki.hu
>
parent
20b2fab4
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/linux/netfilter/ipset/ip_set.h
View file @
b8cd9786
...
...
@@ -67,7 +67,7 @@ enum ip_set_offset {
#define SET_WITH_COUNTER(s) ((s)->extensions & IPSET_EXT_COUNTER)
struct
ip_set_ext
{
u
nsigned
long
timeout
;
u
32
timeout
;
u64
packets
;
u64
bytes
;
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment