summaryrefslogtreecommitdiffstats
path: root/include/libipset
diff options
context:
space:
mode:
Diffstat (limited to 'include/libipset')
-rw-r--r--include/libipset/linux_ip_set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libipset/linux_ip_set.h b/include/libipset/linux_ip_set.h
index 63b2e34..def91b9 100644
--- a/include/libipset/linux_ip_set.h
+++ b/include/libipset/linux_ip_set.h
@@ -263,7 +263,7 @@ struct ip_set_counter_match0 {
};
struct ip_set_counter_match {
- __aligned_u64 value;
+ __u64 __attribute__((aligned(8))) value;
__u8 op;
};