commit | 513474c1a7ab0da4b8a7a7ce63255da85f9e5246 | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Thu Dec 08 16:20:43 2022 +0000 |
committer | Maciej Żenczykowski <maze@google.com> | Sun Dec 18 20:02:52 2022 +0000 |
tree | df06167013f25da2c121454654b1564042c646f6 | |
parent | 9dac660bf072fe0701228b731e376052ec773e7b [diff] [blame] |
rename bpf_shared.h to netd.h Test: TreeHugger Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: I2e1569c8d70e98f9a3fdbab41fd2ba7f7b84dd37
diff --git a/bpf_progs/netd.c b/bpf_progs/netd.c index 8e99b8d..3eb4e02 100644 --- a/bpf_progs/netd.c +++ b/bpf_progs/netd.c
@@ -31,7 +31,7 @@ #include <stdbool.h> #include <stdint.h> #include "bpf_net_helpers.h" -#include "bpf_shared.h" +#include "netd.h" // This is defined for cgroup bpf filter only. static const int DROP = 0;