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

Commit 555249df authored by Martin KaFai Lau's avatar Martin KaFai Lau Committed by Alexei Starovoitov
Browse files

bpf: tools: Sync uapi bpf.h for the name changes in bpf_func_info



This patch sync the name changes in bpf_func_info to
the tools/.

Signed-off-by: default avatarMartin KaFai Lau <kafai@fb.com>
Acked-by: default avatarYonghong Song <yhs@fb.com>
Signed-off-by: default avatarAlexei Starovoitov <ast@kernel.org>
parent d30d42e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2991,7 +2991,7 @@ struct bpf_flow_keys {
};

struct bpf_func_info {
	__u32	insn_offset;
	__u32	insn_off;
	__u32	type_id;
};