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/ebpf/aya-ebpf
Michal R efb08a8850 aya-ebpf: Take `c_void` instead of `bpf_map_def` in map helpers
`bpf_map_def` is a legacy map definition. To be able to introduce BTF
map definitions, make the `lookup` and `remove` helpers work with
`c_void` and let the callers cast the map types to it.
5 days ago
..
src aya-ebpf: Take `c_void` instead of `bpf_map_def` in map helpers 5 days ago
CHANGELOG.md Release aya-ebpf-cty v0.2.2, aya-ebpf-bindings v0.1.1, aya-ebpf-macros v0.1.1, aya-ebpf v0.1.1 11 months ago
Cargo.toml taplo: reorder-keys 6 months ago
build.rs aya-ebpf: disable generic_const_exprs 4 months ago