summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/xt_connbytes.h
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-09-08 17:00:49 +0200
committerJan Engelhardt <jengelh@medozas.de>2011-09-08 17:00:49 +0200
commit62fc25fd1625f0f65b9eed3e15fe929dd0aff2c5 (patch)
tree454897aba88119dfe9aa550813aea8ef891d64f2 /include/linux/netfilter/xt_connbytes.h
parent891d5790b3f4caeed80f1449d280617c54df8837 (diff)
parentdbe77cc974cee656eae37e75039dd1a410a4535b (diff)
Merge branch 'master' of git://dev.medozas.de/iptables
Diffstat (limited to 'include/linux/netfilter/xt_connbytes.h')
-rw-r--r--include/linux/netfilter/xt_connbytes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/netfilter/xt_connbytes.h b/include/linux/netfilter/xt_connbytes.h
index 92fcbb0d..f1d6c15b 100644
--- a/include/linux/netfilter/xt_connbytes.h
+++ b/include/linux/netfilter/xt_connbytes.h
@@ -17,8 +17,8 @@ enum xt_connbytes_direction {
struct xt_connbytes_info {
struct {
- aligned_u64 from; /* count to be matched */
- aligned_u64 to; /* count to be matched */
+ __aligned_u64 from; /* count to be matched */
+ __aligned_u64 to; /* count to be matched */
} count;
__u8 what; /* ipt_connbytes_what */
__u8 direction; /* ipt_connbytes_direction */