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