Pref panel introduction + perf list rewrite
[lttngtop.git] / src / lttngtoptypes.h
index 683bc302e1b8980e9daec4e78b6f4899ad92ac60..711b975f1adc4a47b4979641145fb9b0020698ae 100644 (file)
@@ -24,7 +24,6 @@ struct lttngtop {
        GPtrArray *process_table;       /* struct processtop */
        GPtrArray *files_table;         /* struct files */
        GPtrArray *cpu_table;           /* struct cputime */
-       GHashTable *perf_list;          /* struct perfcounter */
        unsigned long start;
        unsigned long end;
        unsigned int nbproc;
@@ -103,6 +102,7 @@ struct files {
        int oldfd;
        int device;
        int openmode;
+       int flag;
        unsigned long openedat;
        unsigned long closedat;
        unsigned long lastaccess;
This page took 0.022855 seconds and 4 git commands to generate.