Skip to content

Commit

Permalink
Merge pull request #1006 from astoycos/tcx-return
Browse files Browse the repository at this point in the history
codegen: add `tcx_action_base` enum to bindings
  • Loading branch information
dave-tucker authored Aug 14, 2024
2 parents 4161993 + a52ad4b commit 2a459a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xtask/src/codegen/aya_ebpf_bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ pub fn codegen(opts: &SysrootOptions, libbpf_dir: &Path) -> Result<(), anyhow::E
"user_pt_regs",
"user_regs_struct",
"xdp_action",
"tcx_action_base",
];
let vars = ["BPF_.*", "bpf_.*", "TC_ACT_.*", "SOL_SOCKET", "SO_.*"];

Expand Down

0 comments on commit 2a459a4

Please sign in to comment.