fix compat with lttng-tools 2.1 rc6
[lttngtop.git] / src / lttngtoptypes.h
index 43b3381b1777110c771099741f8908d3d6e43b9f..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,4 +190,9 @@ struct kprobes {
        int count;
 };
 
+struct host {
+       char *hostname;
+       int filter;
+};
+
 #endif /* LTTNGTOPTYPES_H */
This page took 0.022453 seconds and 4 git commands to generate.