diff options
Diffstat (limited to 'tools/lib/bpf/btf.h')
-rw-r--r-- | tools/lib/bpf/btf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lib/bpf/btf.h b/tools/lib/bpf/btf.h index b60bb7cf5fff..28a1e1e59861 100644 --- a/tools/lib/bpf/btf.h +++ b/tools/lib/bpf/btf.h | |||
@@ -90,6 +90,7 @@ LIBBPF_API __u32 btf_ext__func_info_rec_size(const struct btf_ext *btf_ext); | |||
90 | LIBBPF_API __u32 btf_ext__line_info_rec_size(const struct btf_ext *btf_ext); | 90 | LIBBPF_API __u32 btf_ext__line_info_rec_size(const struct btf_ext *btf_ext); |
91 | 91 | ||
92 | struct btf_dedup_opts { | 92 | struct btf_dedup_opts { |
93 | unsigned int dedup_table_size; | ||
93 | bool dont_resolve_fwds; | 94 | bool dont_resolve_fwds; |
94 | }; | 95 | }; |
95 | 96 | ||