aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/libbpf.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lib/bpf/libbpf.h')
-rw-r--r--tools/lib/bpf/libbpf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/bpf/libbpf.h b/tools/lib/bpf/libbpf.h
index 28f83dd6022b..fbfc2aec0f0d 100644
--- a/tools/lib/bpf/libbpf.h
+++ b/tools/lib/bpf/libbpf.h
@@ -129,7 +129,7 @@ void bpf_program__set_ifindex(struct bpf_program *prog, __u32 ifindex);
129const char *bpf_program__title(struct bpf_program *prog, bool needs_copy); 129const char *bpf_program__title(struct bpf_program *prog, bool needs_copy);
130 130
131int bpf_program__load(struct bpf_program *prog, char *license, 131int bpf_program__load(struct bpf_program *prog, char *license,
132 u32 kern_version); 132 __u32 kern_version);
133int bpf_program__fd(struct bpf_program *prog); 133int bpf_program__fd(struct bpf_program *prog);
134int bpf_program__pin_instance(struct bpf_program *prog, const char *path, 134int bpf_program__pin_instance(struct bpf_program *prog, const char *path,
135 int instance); 135 int instance);