X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=src%2Fcommon.h;fp=src%2Fcommon.h;h=1bde45cdc7814240fe5ac36dd334e33d7ca39068;hp=37383312bffc7c55ef298d08996b95ad38c799e9;hb=ae9e85c7301dea169bc50c91d927eccd2c944e92;hpb=cade341846ca2769283fb568700b1bd2732f28d0 diff --git a/src/common.h b/src/common.h index 3738331..1bde45c 100644 --- a/src/common.h +++ b/src/common.h @@ -31,6 +31,8 @@ sem_t goodtodisplay, goodtoupdate, timer, pause_sem, end_trace_sem, bootstrap; GPtrArray *copies; /* struct lttngtop */ GHashTable *global_perf_liszt; +extern int quit; + struct lttngtop *data; struct processtop *find_process_tid(struct lttngtop *ctx, int pid, char *comm);