X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fcontrolflow%2Fcfv-private.h;h=0c4f63d687b0fdfdbff750aa9f5a112281783208;hb=e92eabafdcce0d00c518e7ef8f83ddddbe5a6086;hp=ee3f6e4e824093e3fdfac78ccf26bc93441dc802;hpb=51705146eabfc882972ca6bc815dc78addcee896;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/cfv-private.h b/ltt/branches/poly/lttv/modules/gui/controlflow/cfv-private.h index ee3f6e4e..0c4f63d6 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/cfv-private.h +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/cfv-private.h @@ -25,6 +25,7 @@ struct _ControlFlowData { GtkWidget *top_widget; Tab *tab; + GtkWidget *box; /* box that contains the hpaned. necessary for it to work */ GtkWidget *h_paned; ProcessList *process_list; @@ -38,6 +39,8 @@ struct _ControlFlowData { //guint currently_Selected_Event ; guint number_of_process; + guint background_info_waiting; /* Number of background requests waited for + in order to have all the info ready. */ } ;