X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=src%2Fcommon.h;h=e21ece4ff014d42f17a479acba05d6726b022da8;hp=2949142573f407ec89496cc41dd4abf5d386a1ff;hb=09e7f98e84338afb3f6959a19df84ec4b4c1c012;hpb=8fe4d0cfce4c1b1ace5aed2b2b1521caca113bd5 diff --git a/src/common.h b/src/common.h index 2949142..e21ece4 100644 --- a/src/common.h +++ b/src/common.h @@ -41,6 +41,8 @@ char *opt_exec_name; char **opt_exec_argv; char **opt_exec_env; int opt_exec_pid; +char *opt_output; +FILE *output; GHashTable *tid_filter_list; int remote_live;