Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb6ef42b authored by Jiri Olsa's avatar Jiri Olsa Committed by Daniel Borkmann
Browse files

tools, bpf: Sync bpf.h uapi header



Syncing the bpf.h uapi header with tools.

Signed-off-by: default avatarJiri Olsa <jolsa@kernel.org>
Signed-off-by: default avatarDaniel Borkmann <daniel@iogearbox.net>
parent b85fab0e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1060,6 +1060,7 @@ struct bpf_prog_info {
	__aligned_u64 map_ids;
	char name[BPF_OBJ_NAME_LEN];
	__u32 ifindex;
	__u32 gpl_compatible:1;
	__u64 netns_dev;
	__u64 netns_ino;
} __attribute__((aligned(8)));