X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=src%2Fcommon.h;h=86f979f7e47ce653a457f69ae5fac60ad964d561;hp=2458c85028ca0c4aabc59ea559965ed0c21cf463;hb=96aa77debf3aee00361101fb2e76781c65f02ba9;hpb=1402044a1577c9b62b60f64fdb48ae9524be458c diff --git a/src/common.h b/src/common.h index 2458c85..86f979f 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; +int opt_pid; + extern int quit; struct lttngtop *data;