cleanup hostname list for filtering
[lttngtop.git] / src / lttngtoptypes.h
index 21e65a2aea6b0bac4e1f5dc3db3258e116b5ad50..2642e816fe0d9b6b986fd278b113c31016096363 100644 (file)
@@ -190,8 +190,9 @@ struct kprobes {
        int count;
 };
 
-struct hosts {
+struct host {
        char *hostname;
+       int filter;
 };
 
 #endif /* LTTNGTOPTYPES_H */
This page took 0.021873 seconds and 4 git commands to generate.