Merge pull request #162 from nimrodshn/add_bpf_lpm_trie_key_to_bindings

Add bpf_lpm_trie_key to bindings
pull/163/head
Dave Tucker 3 years ago committed by GitHub
commit 13d3b5eea5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -68,6 +68,7 @@ fn codegen_bindings(opts: &Options) -> Result<(), anyhow::Error> {
"bpf_btf_info",
"bpf_func_info",
"bpf_line_info",
"bpf_lpm_trie_key",
// BTF
"btf_header",
"btf_ext_info",

Loading…
Cancel
Save