mirror of https://github.com/aya-rs/aya
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.
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 | |
---|---|---|
.. | ||
libbpf@20ea95b450 | 11 months ago | |
public-api | 1 month ago | |
src | 3 weeks ago | |
Cargo.toml | 2 months ago |