Merge pull request #532 from Tuetuopay/cpudevmap-bindings

xtask: generate userspace bindings for bpf_{cpu,dev}map_val
pull/535/head
vadorovsky 2 years ago committed by GitHub
commit 7e4454d061
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -72,6 +72,8 @@ fn codegen_bindings(opts: &Options) -> Result<(), anyhow::Error> {
"bpf_func_info",
"bpf_line_info",
"bpf_lpm_trie_key",
"bpf_cpumap_val",
"bpf_devmap_val",
// BTF
"btf_header",
"btf_ext_info",

Loading…
Cancel
Save