X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon.h;h=3b93c63db239f2275c07cd7a0716203feaab1912;hb=54761a45d53fe4b891dd60f17cbec0d3f85ab28d;hp=74d3624f5f6fbf1bc64fc228e56dd68e30811935;hpb=b99227ca38ff0a257b6a4b2e0c329f86ebb5dfa1;p=lttngtop.git diff --git a/src/common.h b/src/common.h index 74d3624..3b93c63 100644 --- a/src/common.h +++ b/src/common.h @@ -35,9 +35,16 @@ GHashTable *global_host_list; char *opt_tid; char *opt_hostname; +char *opt_relay_hostname; char *opt_kprobes; +char *opt_exec_name; +char **opt_exec_argv; +char **opt_exec_env; +int opt_exec_pid; GHashTable *tid_filter_list; +int remote_live; + int toggle_filter; extern int quit;