Merge pull request #988 from tyrone-wu/codegen/bpf-stats-type

codegen: add `bpf_stats_type` to codegen
pull/989/head
Dave Tucker 6 months ago committed by GitHub
commit 104f449c0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save