Merge pull request #383 from dave-tucker/oops-another-one

codgen: Add bpf_link_type
pull/384/head
Dave Tucker 2 years ago committed by GitHub
commit aa16c7bc92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -67,6 +67,7 @@ fn codegen_bindings(opts: &Options) -> Result<(), anyhow::Error> {
"bpf_prog_info",
"bpf_map_info",
"bpf_link_info",
"bpf_link_type",
"bpf_btf_info",
"bpf_func_info",
"bpf_line_info",

Loading…
Cancel
Save