You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/xtask/src
Dave Tucker d92284e4f8 chore(codegen): Fix duplicate BPF_F_LINK
Per the comment added in the code, there are 2 definitions of
BPF_F_LINK in the kernel headers. Once is in an anonymous enum which
bindgen will constify, and once is via a #define macro. The values are
identical. The fix is to exclude BPF_F_LINK from the list of variables
in bindgen removing one of the duplicate definitions.

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
3 weeks ago
..
codegen chore(codegen): Fix duplicate BPF_F_LINK 3 weeks ago
docs.rs chore(aya-ebpf): Rename bpf -> ebpf 12 months ago
lib.rs rustfmt: group_imports = "StdExternalCrate" 1 year ago
main.rs rustfmt: group_imports = "StdExternalCrate" 1 year ago
public_api.rs Appease clippy 3 weeks ago
run.rs ci: cache downloads 2 months ago