diff options
Diffstat (limited to 'lib/thread.h')
| -rw-r--r-- | lib/thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/thread.h b/lib/thread.h index c830446e10..f7c110914d 100644 --- a/lib/thread.h +++ b/lib/thread.h @@ -174,6 +174,7 @@ struct cpu_thread_history { /* Prototypes. */ extern struct thread_master *thread_master_create(const char *); +void thread_master_set_name(struct thread_master *master, const char *name); extern void thread_master_free(struct thread_master *); extern void thread_master_free_unused(struct thread_master *); |
