Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Hotfix reference to struct bpf_program #77

Merged
merged 1 commit into from
Oct 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/bpf/bpfWrapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ int Load_attach_bpf_xdp_pass(char *ifname) {

int Load_bpf_pin_xsk_map(char *ifname, char *pin_path) {
struct bpf_object *obj;
struct bpf_program *prog;
struct xdp_program *prog;
struct bpf_link *link;
int ifindex, map_fd = -1;
int err;
Expand Down
Loading