X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=src%2Fcommon.h;fp=src%2Fcommon.h;h=af0a12176661856de19b8a3675b2e22a57a5f10b;hp=74d3624f5f6fbf1bc64fc228e56dd68e30811935;hb=b1acd2b342a35dc6c5a8036fb0280321203e89b7;hpb=a18dc7c24b4ac751c46a96198aebcbb1dcd4cdd6 diff --git a/src/common.h b/src/common.h index 74d3624..af0a121 100644 --- a/src/common.h +++ b/src/common.h @@ -35,9 +35,12 @@ GHashTable *global_host_list; char *opt_tid; char *opt_hostname; +char *opt_relay_hostname; char *opt_kprobes; GHashTable *tid_filter_list; +int remote_live; + int toggle_filter; extern int quit;