diff options
author | Quentin Monnet | 2019-08-20 10:31:51 +0100 |
---|---|---|
committer | Alexei Starovoitov | 2019-08-20 09:51:06 -0700 |
commit | d2648e1ebbceb4da4f2edf5d471963f8831f3554 (patch) | |
tree | 8563d0cc886759f8044d22ebb5fb619336ef391a | |
parent | 1b9ed84ecf268904d89edf2908426a8eb3b5a4ba (diff) |
tools: bpf: synchronise BPF UAPI header with tools
Synchronise the bpf.h header under tools, to report the addition of the
new BPF_BTF_GET_NEXT_ID syscall command for bpf().
Signed-off-by: Quentin Monnet <quentin.monnet@netronome.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
-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 0ef594ac3899..8aa6126f0b6e 100644 --- a/tools/include/uapi/linux/bpf.h +++ b/tools/include/uapi/linux/bpf.h @@ -106,6 +106,7 @@ enum bpf_cmd { BPF_TASK_FD_QUERY, BPF_MAP_LOOKUP_AND_DELETE_ELEM, BPF_MAP_FREEZE, + BPF_BTF_GET_NEXT_ID, }; enum bpf_map_type { |