X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=src%2Fcommon.h;h=7e11cc6c5f8b508fe566300be5d3b0a3a53dcf21;hp=e0d4f4afc598db8d30a4b4bfd33fafdf3f44b959;hb=ea5d1dc99544231b4e2085ad706fcc1fa6260faa;hpb=1d2391b4818d470a92437e77892b0c5d7c10a466 diff --git a/src/common.h b/src/common.h index e0d4f4a..7e11cc6 100644 --- a/src/common.h +++ b/src/common.h @@ -35,8 +35,8 @@ GHashTable *global_filter_list; char *opt_tid; char *opt_hostname; char *opt_kprobes; -GHashTable *tid_list; -GHashTable *hostname_list; +GHashTable *tid_filter_list; +GHashTable *hostname_filter_list; int toggle_filter;