fix multiple traces support in cfv
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / processlist.h
index e742c9257778276f89a996bfc7428574e056fdef..d94846030ea798d57aece063eb7cec4d5dc237b7 100644 (file)
@@ -108,8 +108,8 @@ struct _ProcessList {
   guint number_of_process;
   gint cell_height;
 
-  /* Current process, one per cpu */
-  HashedProcessData **current_hash_data;
+  /* Current process pointer, one per cpu, one per trace */
+  HashedProcessData ***current_hash_data;
 
   /* Array containing index -> pixmap correspondance. Must be updated
    * every time the process list is reordered, process added or removed */
This page took 0.023622 seconds and 4 git commands to generate.