diff --git a/xtask/src/codegen/aya.rs b/xtask/src/codegen/aya.rs index 6628e772..d1d0ece2 100644 --- a/xtask/src/codegen/aya.rs +++ b/xtask/src/codegen/aya.rs @@ -58,20 +58,21 @@ fn codegen_bindings(opts: &Options) -> Result<(), anyhow::Error> { let types = [ // BPF "BPF_TYPES", - "bpf_cmd", - "bpf_insn", - "bpf_attr", - "bpf_map_type", - "bpf_prog_type", "bpf_attach_type", - "bpf_prog_info", - "bpf_map_info", - "bpf_link_info", - "bpf_link_type", + "bpf_attr", "bpf_btf_info", + "bpf_cmd", "bpf_func_info", + "bpf_insn", "bpf_line_info", + "bpf_link_info", + "bpf_link_type", "bpf_lpm_trie_key", + "bpf_map_info", + "bpf_map_type", + "bpf_prog_info", + "bpf_prog_type", + "bpf_task_fd_type", // BTF "btf_header", "btf_ext_info",