cleanup namespace of filter lists
[lttngtop.git] / src / common.h
index e0d4f4afc598db8d30a4b4bfd33fafdf3f44b959..7e11cc6c5f8b508fe566300be5d3b0a3a53dcf21 100644 (file)
@@ -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;
 
This page took 0.022233 seconds and 4 git commands to generate.