Browse Source

Merge pull request #988 from tyrone-wu/codegen/bpf-stats-type

codegen: add `bpf_stats_type` to codegen
Dave Tucker 8 months ago
parent
commit
104f449c0f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      xtask/src/codegen/aya.rs

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

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