follow child working textdump and gui
[lttngtop.git] / src / lttngtoptypes.h
index 21e65a2aea6b0bac4e1f5dc3db3258e116b5ad50..382fad5431baa3e755acef929d936d4577f86df4 100644 (file)
@@ -43,7 +43,7 @@ struct processtop {
        unsigned int puuid;
        int pid;
        char *comm;
-       char *hostname;
+       struct host *host;
        int tid;
        int ppid;
        int vpid;
@@ -190,8 +190,9 @@ struct kprobes {
        int count;
 };
 
-struct hosts {
+struct host {
        char *hostname;
+       int filter;
 };
 
 #endif /* LTTNGTOPTYPES_H */
This page took 0.022381 seconds and 4 git commands to generate.