extensions: syntactically compact struct definitions

This commit is contained in:
Jan Engelhardt
2021-07-17 11:32:19 +02:00
parent 81ab0b9586
commit 714998176a
10 changed files with 16 additions and 34 deletions

View File

@@ -6,8 +6,6 @@ enum {
};
struct xt_ipmark_tginfo {
__u32 andmask;
__u32 ormask;
__u8 selector;
__u8 shift;
__u32 andmask, ormask;
__u8 selector, shift;
};