libbpf: Forward-declare bpf_stats_type for systems with outdated UAPI headers
authorAndrii Nakryiko <andriin@fb.com>
Sun, 21 Jun 2020 03:11:59 +0000 (20:11 -0700)
committerDaniel Borkmann <daniel@iogearbox.net>
Mon, 22 Jun 2020 21:23:49 +0000 (23:23 +0200)
commit4e15507fea70c0c312d79610efa46b6853ccf8e0
tree6073dd31bd2a931030b81880f7ddfc437e4e56b5
parentb0c34bde72a59c05e826bf0a5aeca0d73f38f791
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
tools/lib/bpf/bpf.h