X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon.h;h=1bde45cdc7814240fe5ac36dd334e33d7ca39068;hb=da4a3c1d8a12b9110bd527d1a57b5b0d7891ac2b;hp=37383312bffc7c55ef298d08996b95ad38c799e9;hpb=024eb6c668575b8ea6d18165ca9bf591cc9500ca;p=lttngtop.git 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);