You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch changes a few nuisances from recent pull requests:
- Rename `Linker::add()` to `add_file` to follow libbpf naming more
closely (I still kept `Linker::link()` (as opposed to finalize)) as it
seems apt.
- Fix `SEC` used in `test_skeleton_builder_deterministic`. The program
would no longer load with libbpf 1.0.
- Use `vmlinux.h` instead of `<linux/bpf.h>` for consistency with other
skeletons.
Signed-off-by: Daniel Müller <deso@posteo.net>
0 commit comments