diff options
author | James Hilliard <james.hilliard1@gmail.com> | 2021-08-11 21:59:19 -0600 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-12-07 18:37:17 +0100 |
commit | d40ce018147cece145a190949128f7f8adaeb2c6 (patch) | |
tree | 17802859139ef39a75600ba51f10bc3595884b83 /src/core/bpf-socket-bind.c | |
parent | d4f8cd4d833a8d863f6e499c7c077ee10a882ae9 (diff) | |
download | systemd-d40ce018147cece145a190949128f7f8adaeb2c6.tar.gz |
bpf: refactor skeleton generation
This should hopefully fix cross compilation for the bpf programs.
Diffstat (limited to 'src/core/bpf-socket-bind.c')
-rw-r--r-- | src/core/bpf-socket-bind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/bpf-socket-bind.c b/src/core/bpf-socket-bind.c index e9c0a2f9bd..c5176aa481 100644 --- a/src/core/bpf-socket-bind.c +++ b/src/core/bpf-socket-bind.c @@ -11,7 +11,7 @@ /* libbpf, clang, llvm and bpftool compile time dependencies are satisfied */ #include "bpf-dlopen.h" #include "bpf-link.h" -#include "bpf/socket_bind/socket-bind.skel.h" +#include "bpf/socket_bind/socket-bind-skel.h" #include "bpf/socket_bind/socket-bind-api.bpf.h" static struct socket_bind_bpf *socket_bind_bpf_free(struct socket_bind_bpf *obj) { |