Browse Source

codegen: add bpf_stats_type

Added `bpf_stats_type` enum to codegen bindings.

Refs: #959
tyrone-wu 8 months ago
parent
commit
86e279ef0a
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",