uapi: update bpf.h to include padding
Last minute upstream 4.17 change. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
313ce6949c
commit
4be85d574e
|
|
@ -1017,6 +1017,7 @@ struct bpf_prog_info {
|
|||
__aligned_u64 map_ids;
|
||||
char name[BPF_OBJ_NAME_LEN];
|
||||
__u32 ifindex;
|
||||
__u32 :32;
|
||||
__u64 netns_dev;
|
||||
__u64 netns_ino;
|
||||
} __attribute__((aligned(8)));
|
||||
|
|
@ -1030,6 +1031,7 @@ struct bpf_map_info {
|
|||
__u32 map_flags;
|
||||
char name[BPF_OBJ_NAME_LEN];
|
||||
__u32 ifindex;
|
||||
__u32 :32;
|
||||
__u64 netns_dev;
|
||||
__u64 netns_ino;
|
||||
} __attribute__((aligned(8)));
|
||||
|
|
|
|||
Loading…
Reference in New Issue