Browse Source

Merge pull request #1151 from dave-tucker/task-fd-query

chore(xtask): Add bindings for bpf_task_fd_type
Dave Tucker 2 months ago
parent
commit
fd30e2e809
1 changed files with 1 additions and 0 deletions
  1. 1 0
      xtask/src/codegen/aya.rs

+ 1 - 0
xtask/src/codegen/aya.rs

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