diff options
Diffstat (limited to 'tools/perf/util/namespaces.h')
-rw-r--r-- | tools/perf/util/namespaces.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/util/namespaces.h b/tools/perf/util/namespaces.h index 004430c0de93..40edef56cb52 100644 --- a/tools/perf/util/namespaces.h +++ b/tools/perf/util/namespaces.h | |||
@@ -17,7 +17,7 @@ | |||
17 | int setns(int fd, int nstype); | 17 | int setns(int fd, int nstype); |
18 | #endif | 18 | #endif |
19 | 19 | ||
20 | struct namespaces_event; | 20 | struct perf_record_namespaces; |
21 | 21 | ||
22 | struct namespaces { | 22 | struct namespaces { |
23 | struct list_head list; | 23 | struct list_head list; |
@@ -25,7 +25,7 @@ struct namespaces { | |||
25 | struct perf_ns_link_info link_info[]; | 25 | struct perf_ns_link_info link_info[]; |
26 | }; | 26 | }; |
27 | 27 | ||
28 | struct namespaces *namespaces__new(struct namespaces_event *event); | 28 | struct namespaces *namespaces__new(struct perf_record_namespaces *event); |
29 | void namespaces__free(struct namespaces *namespaces); | 29 | void namespaces__free(struct namespaces *namespaces); |
30 | 30 | ||
31 | struct nsinfo { | 31 | struct nsinfo { |