Skip to content

Commit 555249d

Browse files
iamkafaiAlexei Starovoitov
authored andcommitted
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: Martin KaFai Lau <kafai@fb.com> Acked-by: Yonghong Song <yhs@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
1 parent d30d42e commit 555249d

File tree

1 file changed

+1
-1
lines changed
  • tools/include/uapi/linux

1 file changed

+1
-1
lines changed

tools/include/uapi/linux/bpf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2991,7 +2991,7 @@ struct bpf_flow_keys {
29912991
};
29922992

29932993
struct bpf_func_info {
2994-
__u32 insn_offset;
2994+
__u32 insn_off;
29952995
__u32 type_id;
29962996
};
29972997

0 commit comments

Comments
 (0)