Basic support to display vPID and vTID
[lttngtop.git] / src / lttngtoptypes.h
index e01f804f19039a8004623f214c3ff5699fc7a96f..66b2079ee834ac04cff87d528450fb7d03c909fc 100644 (file)
@@ -44,12 +44,11 @@ struct processtop {
        char *comm;
        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.022374 seconds and 4 git commands to generate.