filter on hostname
[lttngtop.git] / src / lttngtoptypes.h
index e01f804f19039a8004623f214c3ff5699fc7a96f..c2b99c6680fe1664b0f7c1ce9d5ef14bfd49afc8 100644 (file)
@@ -42,14 +42,14 @@ struct processtop {
        unsigned int puuid;
        int pid;
        char *comm;
+       char *hostname;
        int tid;
        int ppid;
-       int oldpid;
-       int oldtid;
-       int oldppid;
+       int vpid;
+       int vtid;
+       int vppid;
        unsigned long birth;
        unsigned long death;
-       unsigned long lastactivity;
        /* Files managing */
        GPtrArray *process_files_table;
        struct file_history *files_history;
This page took 0.022158 seconds and 4 git commands to generate.