hash table for processes and fix path for traces
[lttngtop.git] / src / lttngtoptypes.h
index c69ea0192c56657b1eb99ab850f7324fec5c1dd8..e01f804f19039a8004623f214c3ff5699fc7a96f 100644 (file)
@@ -21,6 +21,7 @@
 #include <glib.h>
 
 struct lttngtop {
+       GHashTable *process_hash_table; /* struct processtop */
        GPtrArray *process_table;       /* struct processtop */
        GPtrArray *files_table;         /* struct files */
        GPtrArray *cpu_table;           /* struct cputime */
This page took 0.021678 seconds and 4 git commands to generate.