Skip to content

Commit

Permalink
Hotfix reference to struct bpf_program (intel#77)
Browse files Browse the repository at this point in the history
Signed-off-by: Maryam Tahhan <mtahhan@redhat.com>
  • Loading branch information
maryamtahhan committed Oct 18, 2023
1 parent 0ccf674 commit 38317c2
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 38317c2

Please sign in to comment.