tools lib bpf: Rename bpf_map__get_name() to bpf_map__name()
[deliverable/linux.git] / tools / lib / bpf / libbpf.h
index 916abf971249b6b2dd78cdf88262cc0357566595..f8fbba4ccef3033c680b66bc79f249bb9711ea20 100644 (file)
@@ -182,7 +182,7 @@ bpf_map__next(struct bpf_map *map, struct bpf_object *obj);
 
 int bpf_map__get_fd(struct bpf_map *map);
 int bpf_map__get_def(struct bpf_map *map, struct bpf_map_def *pdef);
-const char *bpf_map__get_name(struct bpf_map *map);
+const char *bpf_map__name(struct bpf_map *map);
 
 typedef void (*bpf_map_clear_priv_t)(struct bpf_map *, void *);
 int bpf_map__set_private(struct bpf_map *map, void *priv,
This page took 0.025352 seconds and 5 git commands to generate.