codegen: add bpf_stats_type

Added `bpf_stats_type` enum to codegen bindings.

Refs: #959
pull/988/head
tyrone-wu 2 months ago
parent d5414bf10c
commit 86e279ef0a
No known key found for this signature in database
GPG Key ID: 978B1A1B79210AD6

@ -79,6 +79,7 @@ fn codegen_bindings(opts: &SysrootOptions, libbpf_dir: &Path) -> Result<(), anyh
"bpf_lpm_trie_key",
"bpf_cpumap_val",
"bpf_devmap_val",
"bpf_stats_type",
// BTF
"btf_header",
"btf_ext_info",

Loading…
Cancel
Save