Skip to content

Commit a52ad4b

Browse files
astoycosdave-tucker
authored andcommitted
codegen: add tcx_action_base enum to bindings
Signed-off-by: astoycos <[email protected]>
1 parent 4161993 commit a52ad4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xtask/src/codegen/aya_ebpf_bindings.rs

Lines changed: 1 addition & 0 deletions
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)