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