tools, bpf: Sync bpf.h uapi header
authorJiri Olsa <jolsa@kernel.org>
Wed, 25 Apr 2018 17:41:07 +0000 (19:41 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 26 Apr 2018 20:38:38 +0000 (22:38 +0200)
Syncing the bpf.h uapi header with tools.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/include/uapi/linux/bpf.h

index e6679393b6877801651640d66857c4899c41beea..da8801860c7d98f889a96ca1e0421c57c81159b6 100644 (file)
@@ -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)));