> On Jul 29, 2020, at 4:05 PM, Andrii Nakryiko <andriin@xxxxxx> wrote: > > Add low-level bpf_link_detach() API. Also add higher-level bpf_link__detach() > one. > > Signed-off-by: Andrii Nakryiko <andriin@xxxxxx> Acked-by: Song Liu <songliubraving@xxxxxx> > --- > [...] > > LIBBPF_0.1.0 { > global: > + bpf_link__detach; > + bpf_link_detach; I didn't realize capital_letter < '_' < small_letter until just now. :) > bpf_map__ifindex; > bpf_map__key_size; > bpf_map__map_flags; > -- > 2.24.1 >