diff options
Diffstat (limited to 'tools/perf/util/thread.h')
| -rw-r--r-- | tools/perf/util/thread.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/thread.h b/tools/perf/util/thread.h index 70c2c13ff679..f66610b7bacf 100644 --- a/tools/perf/util/thread.h +++ b/tools/perf/util/thread.h | |||
| @@ -16,6 +16,8 @@ struct thread { | |||
| 16 | bool comm_set; | 16 | bool comm_set; |
| 17 | char *comm; | 17 | char *comm; |
| 18 | int comm_len; | 18 | int comm_len; |
| 19 | |||
| 20 | void *priv; | ||
| 19 | }; | 21 | }; |
| 20 | 22 | ||
| 21 | struct machine; | 23 | struct machine; |
