diff options
Diffstat (limited to 'tools/perf/ui/progress.h')
-rw-r--r-- | tools/perf/ui/progress.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/ui/progress.h b/tools/perf/ui/progress.h index 717814b32169..257cc224f9cf 100644 --- a/tools/perf/ui/progress.h +++ b/tools/perf/ui/progress.h | |||
@@ -5,6 +5,7 @@ | |||
5 | 5 | ||
6 | struct ui_progress { | 6 | struct ui_progress { |
7 | void (*update)(u64, u64, const char *); | 7 | void (*update)(u64, u64, const char *); |
8 | void (*finish)(void); | ||
8 | }; | 9 | }; |
9 | 10 | ||
10 | extern struct ui_progress *progress_fns; | 11 | extern struct ui_progress *progress_fns; |
@@ -12,5 +13,6 @@ extern struct ui_progress *progress_fns; | |||
12 | void ui_progress__init(void); | 13 | void ui_progress__init(void); |
13 | 14 | ||
14 | void ui_progress__update(u64 curr, u64 total, const char *title); | 15 | void ui_progress__update(u64 curr, u64 total, const char *title); |
16 | void ui_progress__finish(void); | ||
15 | 17 | ||
16 | #endif | 18 | #endif |