X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fcontrolflow%2Fprocesslist.h;h=d94846030ea798d57aece063eb7cec4d5dc237b7;hb=2dd5f7c525c94774d24360dc8f7dbbc015127568;hp=e742c9257778276f89a996bfc7428574e056fdef;hpb=fcc08e1e49ca66dffe10ce9d27216421482663f0;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/processlist.h b/ltt/branches/poly/lttv/modules/gui/controlflow/processlist.h index e742c925..d9484603 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/processlist.h +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/processlist.h @@ -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 */