libbpf / libbpf-rs

Minimal and opinionated eBPF tooling for the Rust ecosystem
Other
790 stars 138 forks source link

Properly define ProgramAttachType variants in terms of libbpf-sys con… #1003

Closed danielocfb closed 3 weeks ago

danielocfb commented 3 weeks ago

…stants

Properly define ProgramAttachType variants in terms of libbpf-sys constants instead of relying on a certain implicit value assignment to match up with C definitions, which is extremely prone to errors in the face of changes.