X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=src%2Fcommon.h;h=087b8ec1c1dc61c6199ed46fd93dfd8dfda2cd22;hp=0903413a157e43bf42547f3f137160b50d42f70f;hb=0d91c12a62aa85d1d1d8b5478e81d38e06f2cc00;hpb=975146835356f6d40d6d3ac7ad6fec30f113b264 diff --git a/src/common.h b/src/common.h index 0903413..087b8ec 100644 --- a/src/common.h +++ b/src/common.h @@ -29,7 +29,7 @@ sem_t goodtodisplay, goodtoupdate, timer, pause_sem, end_trace_sem, bootstrap; GPtrArray *copies; /* struct lttngtop */ -pthread_mutex_t perf_list_mutex; +GHashTable *global_perf_liszt; struct lttngtop *data;