codegen: add `tcx_action_base` enum to bindings

Signed-off-by: astoycos <astoycos@gmail.com>
pull/1006/head
astoycos 2 months ago committed by Dave Tucker
parent 41619933d6
commit a52ad4ba2a

@ -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_.*"];

Loading…
Cancel
Save