Skip to content

Commit 2a459a4

Browse files
authored
Merge pull request #1006 from astoycos/tcx-return
codegen: add `tcx_action_base` enum to bindings
2 parents 4161993 + a52ad4b commit 2a459a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xtask/src/codegen/aya_ebpf_bindings.rs

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ pub fn codegen(opts: &SysrootOptions, libbpf_dir: &Path) -> Result<(), anyhow::E
5757
"user_pt_regs",
5858
"user_regs_struct",
5959
"xdp_action",
60+
"tcx_action_base",
6061
];
6162
let vars = ["BPF_.*", "bpf_.*", "TC_ACT_.*", "SOL_SOCKET", "SO_.*"];
6263

0 commit comments

Comments
 (0)