X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Flttngtoptypes.h;h=711b975f1adc4a47b4979641145fb9b0020698ae;hb=1e05f0aee3bd966517982e8a731db3476b990ceb;hp=683bc302e1b8980e9daec4e78b6f4899ad92ac60;hpb=71bd7ce14826a0d7067c45657f33080e546cd5dc;p=lttngtop.git diff --git a/src/lttngtoptypes.h b/src/lttngtoptypes.h index 683bc30..711b975 100644 --- a/src/lttngtoptypes.h +++ b/src/lttngtoptypes.h @@ -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;