Home
last modified time | relevance | path

Searched hist:"4 e15507fea70c0c312d79610efa46b6853ccf8e0" (Results 1 – 1 of 1) sorted by relevance

/linux/tools/lib/bpf/
H A Dbpf.hdiff 4e15507fea70c0c312d79610efa46b6853ccf8e0 Sun Jun 21 05:11:59 CEST 2020 Andrii Nakryiko <andriin@fb.com> libbpf: Forward-declare bpf_stats_type for systems with outdated UAPI headers

Systems that doesn't yet have the very latest linux/bpf.h header, enum
bpf_stats_type will be undefined, causing compilation warnings. Prevents this
by forward-declaring enum.

Fixes: 0bee106716cf ("libbpf: Add support for command BPF_ENABLE_STATS")
Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Song Liu <songliubraving@fb.com>
Link: https://lore.kernel.org/bpf/20200621031159.2279101-1-andriin@fb.com