diff options
author | Jiri Olsa <jolsa@kernel.org> | 2018-04-25 13:41:07 -0400 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2018-04-26 16:38:38 -0400 |
commit | fb6ef42b5c8e4ce92c2c3c36398ad7574b290951 (patch) | |
tree | b12b9c10c18ebe8fa44208217ebfcc3809f777e2 /tools/include | |
parent | b85fab0e67b162014cd328cb4e2a8e8ae382cb8a (diff) |
tools, bpf: Sync bpf.h uapi header
Syncing the bpf.h uapi header with tools.
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'tools/include')
-rw-r--r-- | tools/include/uapi/linux/bpf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/include/uapi/linux/bpf.h b/tools/include/uapi/linux/bpf.h index e6679393b687..da8801860c7d 100644 --- a/tools/include/uapi/linux/bpf.h +++ b/tools/include/uapi/linux/bpf.h | |||
@@ -1060,6 +1060,7 @@ struct bpf_prog_info { | |||
1060 | __aligned_u64 map_ids; | 1060 | __aligned_u64 map_ids; |
1061 | char name[BPF_OBJ_NAME_LEN]; | 1061 | char name[BPF_OBJ_NAME_LEN]; |
1062 | __u32 ifindex; | 1062 | __u32 ifindex; |
1063 | __u32 gpl_compatible:1; | ||
1063 | __u64 netns_dev; | 1064 | __u64 netns_dev; |
1064 | __u64 netns_ino; | 1065 | __u64 netns_ino; |
1065 | } __attribute__((aligned(8))); | 1066 | } __attribute__((aligned(8))); |